Skip to content
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

feat(stdlib): Add Json module #1133

Merged
merged 40 commits into from Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b7d03ff
feat(stdlib): JSON parsing and printing.
cician Feb 6, 2022
f22fc21
Converted number printing functions to @unsafe.
cician Mar 6, 2022
c36834e
Removed unnecessary recursion markers.
cician Mar 12, 2022
2e7b1c0
Fixed calling convention issue caused by coerceNumberToWasmI32 ported…
cician Apr 10, 2022
d96fe21
A few adjustments in comments about JSON enum.
cician Apr 10, 2022
dc06c1b
Applied review suggestion to avoid a useless closure.
cician Apr 10, 2022
856f7e5
Migrated readCodePoint to @unsafe.
cician Apr 10, 2022
7c0f36a
Applied review suggestion to rename JSONParserImplHelper to JSONParse…
cician Apr 10, 2022
20d8bab
feat: Add Full Number Parsing And Tests
spotandjake Mar 31, 2023
5cd8123
chore: Apply suggestions from code review
spotandjake Apr 3, 2023
765d913
chore: Correct GrainDoc
spotandjake Apr 3, 2023
0205cb3
Rebase on main
spotandjake Apr 16, 2023
d4eaefc
chore: Apply suggestions from code review
spotandjake Apr 26, 2023
ca59caf
chore: Apply suggestions from code review
spotandjake Apr 26, 2023
b6a6671
chore: Regen grain doc
spotandjake Apr 26, 2023
3321a6d
chore: Apply suggestions from code review
spotandjake Apr 26, 2023
216f9ea
chore: Apply suggestions from code review
spotandjake Jul 4, 2023
062132a
chore: Remove formatting options
spotandjake Jul 15, 2023
ff56da3
chore: Cleanup default stuff
spotandjake Jul 15, 2023
987a029
chore: add more tests, fix rationals
spotandjake Jul 15, 2023
a2d7e8c
chore: Add escaping tests
spotandjake Jul 19, 2023
d8352c5
feat: Merge Compact And Pretty Writer
spotandjake Aug 5, 2023
8a9ea7e
Chore: Switch to using options
spotandjake Aug 20, 2023
3005912
chore: Small optimization, avoid closure on common identation setting
spotandjake Aug 20, 2023
90f897f
chore: rename `JsonWriterImplHelper`
spotandjake Aug 20, 2023
0cd8761
chore: Cleanup
spotandjake Jan 17, 2024
af939e2
chore: More cleanup
spotandjake Jan 18, 2024
ed92685
chore: Regen docs
spotandjake Jan 26, 2024
e2684f1
chore: Apply suggestions from code review
spotandjake Jan 26, 2024
7e86584
Chore: Apply suggestions from code review
spotandjake Jan 29, 2024
d278186
Chore: Improve Examples
spotandjake Jan 29, 2024
6c34341
chore: Begin switching to variant docs
spotandjake Feb 1, 2024
b3b6e70
chore: Switch to variant docs
spotandjake Feb 1, 2024
936e5b3
chore: Apply suggestions from code review
spotandjake Feb 19, 2024
14b74da
chore: Apply suggestions from code review
spotandjake Feb 19, 2024
12d045d
chore: Apply suggestions from code review
spotandjake Feb 19, 2024
2a35720
chore: Apply changes for new syntax
spotandjake Feb 27, 2024
d17a615
chore: Apply suggestions from code review
spotandjake Feb 28, 2024
738883f
chore: Apply suggestions from code review
spotandjake Mar 3, 2024
18f5f09
chore: Apply suggestions from code review
spotandjake Mar 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view