Json-Type: JSON Push Parsing and Type Checking - News
Released Json-Type v0.11.0
Item posted by Ştefan Vargyas / István <stvar> on Sun 11 Feb 2018 08:17:54 PM UTC.
Work done both in the library and in the front-end program:
- found and fixed minor bug (#39) in the library (see BUGS file);
- removed obsoleted command line options `-q|--[no-]quote-control'; new options replace the deleted ones -- `-c|--[no-]escape-utf8' --, providing an extended and better functionality;
- added a few more useful command line options `-y|--[no-]empty-input' and `-p|--sigpipe-action=NAME';
- improved the information produced by command line option `--version';
- make 'json.so' a true shared library (build with `-shared') and runnable by itself (producing version numbers and build date time as before did);
- all compiled type libraries are by now runnable by themselves, printing out the version numbers of 'json.so' that generated them in the first place (see the newly added subsection 4.e of the README file);
- lots of refactoring of code both in the library and in the front-end program;
- extended the test suite with new test-cases for improved code coverage.
Note that the library version changed from '0.10.1' to '0.11.0'. This means that all user's compiled type libraries must be rebuilt. (The newly added subsection 4.e of the README file puts in plain words this rule that was in place since the inception of Json-Type).
Powered by Savane 3.14-50d9.
Corresponding source code