-
Notifications
You must be signed in to change notification settings - Fork 7
Major lljson rework to make round-trippable serialization easier #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
222e486
Major lljson rework
HaroldCindy a52935a
Better handling of sparse tables
HaroldCindy 8b49a3d
Add explicit tests for replacer / reviver order
HaroldCindy e863750
Unify stringified number -> number logic in lljson
HaroldCindy 38124a5
Allow using UUIDs as object keys in lljson.encode()
HaroldCindy c4f8a92
Tighten up validation for floating point coords in lljson
HaroldCindy 44c7639
Update VM/src/cjson/lua_cjson.cpp
HaroldCindy 86cffc1
Ensure __tojson is not run on replacer result
HaroldCindy 3d2ae9e
Add support for tracking path in lljson.decode() through context
HaroldCindy 31f7cae
Set `object` and `array` metatables as appropriate in `lljson.decode()`
HaroldCindy 2e141b2
Exercise better hygiene when registering object_mt and array_mt for Ares
HaroldCindy b1bf8e6
Improve GC validation around fixed vars on graylist
HaroldCindy d87673b
Add tests clarifying who 'wins' for __jsontype detection
HaroldCindy fa4a80b
Correctly track allow_sparse across yields
HaroldCindy 6c2d9a6
__jsontype -> __jsonhint, allow non-arrays with array hint
HaroldCindy 0e4a513
Remove __len sniffing and __index use in array serialization
HaroldCindy eec5250
Add yield step for allow_sparse preservation
HaroldCindy 9dfb4e0
Error on non-function `replacer` and `reviver`
HaroldCindy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.