Releases: hjson/hjson-php
Releases · hjson/hjson-php
v2.2.2
Fixes issue where the number 0 was being skipped in output when being the only content on a line in a multiline-string.
v2.2.1
Fixes for deprecation warnings in PHP 8.2.
v2.2.0
- Fixes stringify assoc arrays
- Faster parsing
- Fixes stringification of falsy non-empty strings (eg. "0")
v2.1.0
Adds support for single-quoted strings and partial support for utf8 characters.
v2.0.2
Merge pull request #10 from nichtich/master
Support parsing into associative array (#5)
v2.0.0
add stricter check for quoteless strings
v1.0.2
fix #4, ml string containing '0'