Implement json.parse returning dict and json.stringify
- 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
Showing
Please
register
or
sign in
to comment