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
When validating a JSON instance using a JSON schema, stop the validation at the first failed instance value by default.
Added option to continue validation to get a fully populated output when validation fails.
Added option '-m,--multi-doc' to utility ujson-print. This option make ujson-print treat the input as a stream of JSON instances separated by line breaks.
Fixed bug in utility applications when reading from standard input.
Added cmake parameter 'DISABLE_CONSOLE_COLOR' to force disable console colors.
Updated doxygen configuration file for use with doxygen version 1.9.8.
Removed the usage of command exec_program in cmake, using execute_process instead.