• Roman Alifanov's avatar
    Implement json.parse returning dict and json.stringify · 8e34932a
    Roman Alifanov authored
    - json.parse() now creates a dict from JSON string
    - json.stringify() converts dict back to JSON
    - Dict methods (.get, .set, .has, .del, .keys) work on parsed JSON
    - Added 4 integration tests for JSON functionality
    - Updated documentation
    8e34932a
Name
Last commit
Last update
..
__init__.py Loading commit data...
conftest.py Loading commit data...
test_integration.py Loading commit data...
test_lexer.py Loading commit data...
test_parser.py Loading commit data...