Releases: IDI-Systems/jsonjsc
Releases · IDI-Systems/jsonjsc
Support for 3.7+ and pyproject
Bugfix Release
Fixes bug in Issue #2
Hot fix for bug with block comments.
Block comments that looked like this:
{
/* No leading characters or trailing characters after closing block */
}
... caused the parser to wrap around and check see the leading and trailing forward slash as a single line comment and not parse out the block comment.
Support for 2.7 and 3.5+
Make the one little change to make the library 2.7 compatible.
Initial release on pypi.
This is the initial release for pypi.