-
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