Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a4c349d
Add lossless Decimal encoding and decoding
mattt May 22, 2026
bd1c254
Implement precise decoding for YYJSONSerialization
mattt May 22, 2026
358ef97
Implement precise decoding for YYJSONValue
mattt May 22, 2026
af56d8b
Skip String allocation when decoding raw numbers
mattt May 22, 2026
99cf19d
Add numberDecodingStrategy for opting into native-number decoding
mattt May 22, 2026
5bb637c
Harden raw integer parsing in YYJSONDecoder
mattt May 22, 2026
45ae9e1
Parse Decimal values with a POSIX locale
mattt May 22, 2026
02bd550
Format encoded Decimal values with a POSIX locale
mattt May 22, 2026
659e546
Force-unwrap expected Decimal values in decoder tests
mattt May 22, 2026
5025375
Drop writer dependency from yyNumberText
mattt May 25, 2026
7d70bda
Factor duplicated decodeDecimal into shared helper
mattt May 26, 2026
a06585e
Accept JSON5 hex literals in raw-number parsing
mattt May 26, 2026
1516b86
Format Decimal test fixtures with a POSIX locale
mattt May 26, 2026
25c156c
Sample roundtripDecimalPreservesPrecision instead of looping 10k
mattt May 26, 2026
191d564
Align NumberDecodingStrategy.fast docs with actual behavior
mattt May 26, 2026
9a5cdea
Import libc explicitly for strtoll/strtod/errno
mattt May 31, 2026
f700971
Reject Decimal NaN when decoding
mattt May 31, 2026
6eaa129
Reformat doc comments with semantic line breaks
mattt May 31, 2026
64baab6
Import Musl libc for the static Linux SDK
mattt May 31, 2026
3f869e6
Copy-edit and reflow doc comments with semantic line breaks
mattt May 31, 2026
ac812f6
Consolidate POSIX locale into a shared declaration
mattt May 31, 2026
e612b99
Reuse yyRawText in yyNumberText
mattt May 31, 2026
811bb31
Clarify NumberDecodingStrategy.fast precision note
mattt May 31, 2026
173ef7f
Update README
mattt May 31, 2026
File filter

Filter by extension

Filter by extension

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