You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser data UPDATE add LYD_PARSE_ANYDATA_STRICT option (#2458)
* Add LYD_PARSE_ANYDATA_STRICT option
Add an option to enable strict parsing for anydata subtrees in json
and xml parsers.
The option is exposed in yanglint command line as -A, --anydata-strict.
* Formatting for the order of LYD_PARSE_ANYDATA_STRICT
* Add unit tests for LYD_PARSE_ANYDATA_STRICT
* Remove extra space
* Fix argument formatting
0 commit comments