Ely Alon
|
13566306d2
|
Fix typo in private function
|
2025-04-28 22:03:20 +03:00 |
|
gingerBill
|
d452d37b93
|
Fix #4537
|
2024-12-05 15:51:05 +00:00 |
|
gingerBill
|
d0f87913e2
|
Fix #4549
|
2024-12-02 10:49:49 +00:00 |
|
gingerBill
|
334e08c750
|
Update numerous package declaration names
|
2024-04-18 12:17:39 +01:00 |
|
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.
|
2023-04-05 22:37:05 +02:00 |
|
gingerBill
|
9bc12e3f38
|
Improve json.marshal error handling for io.Writer; Add docs for the different JSON specifications
|
2021-09-29 13:06:03 +01:00 |
|
gingerBill
|
c933054872
|
Support json.Specification.MJSON
https://bitsquid.blogspot.com/2009/10/simplified-json-notation.html
|
2021-09-28 14:53:16 +01:00 |
|
gingerBill
|
6a271355a6
|
Add json.unmarshal
|
2021-09-25 17:47:45 +01:00 |
|
gingerBill
|
251da264ed
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:21:13 +01:00 |
|
gingerBill
|
effecf8595
|
Fix typo
|
2021-08-15 11:13:59 +01:00 |
|
gingerBill
|
db3501f61b
|
[Breaking] Change the layout json.Value to be a union rather than a struct of a json.Pos and the union
|
2021-08-08 12:59:35 +01:00 |
|
gingerBill
|
86649e6b44
|
Core library clean up: Make range expressions more consistent and replace uses of .. with ..=
|
2021-06-14 11:15:25 +01:00 |
|
gingerBill
|
fc4fdd588e
|
Remove usage of do in core library
|
2020-09-23 17:17:14 +01:00 |
|
jockus
|
195dbd658d
|
Added option to parse number as integer, disabled by default
|
2020-09-15 11:39:34 +01:00 |
|
gingerBill
|
5fa54fd2cc
|
Commit fix
|
2020-06-16 16:07:44 +01:00 |
|
gingerBill
|
8ee7ee7120
|
Fix core library for the new procedure parameter addressing mode
|
2019-07-15 22:16:27 +01:00 |
|
Kevin Watters
|
62f5eb5bca
|
Fix som JSON parsing bugs.
- Single digit integer keys `{"a": 5}`
` Negative float keys `{"b": -42.0}`
|
2019-04-06 09:19:09 -04:00 |
|
Kevin Watters
|
e6f9b4fb11
|
Fix some -vet warnings; change import to core:math/bits
|
2019-03-25 09:23:46 -04:00 |
|
gingerBill
|
5af20aa467
|
Make encoding/json use []byte rather than string
|
2019-01-07 23:08:38 +00:00 |
|
gingerBill
|
d1b9f3ac74
|
package json; JSON5 support
|
2019-01-06 21:48:13 +00:00 |
|
gingerBill
|
c5def60224
|
Begin work on package json
|
2019-01-06 20:37:12 +00:00 |
|