Parser
Most recent version: v0.4.1
v0.4.1
Released on 01/31/2025
Eager value eval on JSON and CSV files.
Removed characters unescaping except in JSON and CSV files.
Allow long values for the option kvSeparator
of key-values
.
Fixed key-value detection when a key-value separator appears in the value part.
v0.4.0
Released on 11/27/2024
Added support for escape sequences in string and key-value fields.
Support any character as a key-value pair separator.
v0.3.2
Released on 09/18/2024
Fixed CSV and key-value parser bug when parsing empty integer, float, or boolean fields.
v0.3.1
Released on 08/14/2024
Fixed parser in JSON empty string value.
v0.3.0
Released on 07/04/2024
Minor bug fixing.
v0.2.0
Released on 07/04/2024
JSON parser now parses strings with 2 backlashes in a row correctly.
v0.1.0
Released on 04/12/2024
Support PCL-grammar syntax with aliases and restricted field names.
v0.0.1
Released on 07/05/2023
Initial version.