gingerBill
|
334e08c750
Update numerous package declaration names
|
před 1 rokem |
Karl Zylinski
|
d7cc166eab
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
|
před 2 roky |
gingerBill
|
9bc12e3f38
Improve `json.marshal` error handling for `io.Writer`; Add docs for the different JSON specifications
|
před 3 roky |
gingerBill
|
c933054872
Support `json.Specification.MJSON`
|
před 3 roky |
gingerBill
|
6a271355a6
Add `json.unmarshal`
|
před 3 roky |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
před 3 roky |
gingerBill
|
effecf8595
Fix typo
|
před 4 roky |
gingerBill
|
db3501f61b
[Breaking] Change the layout `json.Value` to be a `union` rather than a `struct` of a `json.Pos` and the union
|
před 4 roky |
gingerBill
|
86649e6b44
Core library clean up: Make range expressions more consistent and replace uses of `..` with `..=`
|
před 4 roky |
gingerBill
|
fc4fdd588e
Remove usage of `do` in core library
|
před 4 roky |
jockus
|
195dbd658d
Added option to parse number as integer, disabled by default
|
před 4 roky |
gingerBill
|
5fa54fd2cc
Commit fix
|
před 5 roky |
gingerBill
|
8ee7ee7120
Fix core library for the new procedure parameter addressing mode
|
před 6 roky |
Kevin Watters
|
62f5eb5bca
Fix som JSON parsing bugs.
|
před 6 roky |
Kevin Watters
|
e6f9b4fb11
Fix some -vet warnings; change import to core:math/bits
|
před 6 roky |
gingerBill
|
5af20aa467
Make encoding/json use []byte rather than string
|
před 6 roky |
gingerBill
|
d1b9f3ac74
package json; JSON5 support
|
před 6 roky |
gingerBill
|
c5def60224
Begin work on `package json`
|
před 6 roky |