Json-Type: JSON Push Parsing and Type Checking - News
Released Json-Type v0.12.0
Item posted by Ştefan Vargyas / István <stvar> on Wed 06 Feb 2019 09:28:02 AM UTC.
Lots of work done in back-end libraries and in the front-end program:
- found and fixed bug #41 (see BUGS file);
- added new command line options `--[no-]warning';
- renamed command line options `-F' to `-M', `-N' to `-n', and `-Q' to `-q';
- implemented C++11-like raw string literals, accompanied by new command line options `-w|--[no-]raw-strings' (see README file, subsection 4.f);
- implemented Unix-like filters extension mechanism -- named filtering dynamic libraries -- adding related command line options `-F|--filterlib-exec' and `-f|--[no-]filter-libs' (see all the details in 'doc/filter-libs.txt');
- implemented the filtering dynamic library Json-Litex, 'json-litex.so' (see the complete documentation in 'doc/liter-expr.txt');
- quite a lot of code refactoring (and some cleaning-up).
Note: as of this release Json-Type's back-end is comprised of two libraries. Same as before, there is Json-Type's main library -- 'json.so'. New is this optional component: the filtering dynamic library Json-Litex -- 'json-litex.so'.
Current version numbers:
- json: 0.9.0 (previous: 0.8.10);
- json.so: 0.12.0 (previous: 0.11.1);
- filter library: 0.1.0 (initial);
- json-litex.so: 0.1.0 (initial).
Powered by Savane 3.14-50d9.
Corresponding source code