Skip to content

Release 4.2.3

Latest
Compare
Choose a tag to compare
@alfmep alfmep released this 15 Dec 19:47
· 2 commits to main since this release
  • 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.