| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #9423 followup #17594: distinct generics now work in VM (#21816) | ringabout | 2023-05-10 | 1 | -2/+1 |
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 1 | -0/+1 |
* | fixes #21638; `fromJson` should support empty objects (#21641) | ringabout | 2023-04-11 | 1 | -0/+5 |
* | Fix tuple size check in `std/jsonutils` (#20637) | Jake Leahy | 2022-10-24 | 1 | -1/+7 |
* | Pass json options to hooks (#20638) | Jake Leahy | 2022-10-24 | 1 | -0/+22 |
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+1 |
* | enable style:usages for stdlib tests [backport: 1.6] (#19715) | flywind | 2022-04-13 | 1 | -1/+1 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -10/+9 |
* | make dragonbox opt-in via -d:nimFpRoundtrips (#18504) | Andreas Rumpf | 2021-07-16 | 1 | -10/+11 |
* | close #17986 add testcase (#18477) | flywind | 2021-07-12 | 1 | -0/+12 |
* | close #13196 now that we have dragonbox (#18316) | Timothee Cour | 2021-06-21 | 1 | -0/+11 |
* | jsonutils.toJson now serializes JsonNode as is by default (#18097) | Timothee Cour | 2021-05-31 | 1 | -0/+22 |
* | close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish... | Timothee Cour | 2021-05-23 | 1 | -1/+16 |
* | jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo... | Timothee Cour | 2021-05-18 | 1 | -0/+13 |
* | fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali... | Timothee Cour | 2021-05-16 | 1 | -1/+20 |
* | jsonutils: handle holey enum as regular enum, via ord (#17995) | Timothee Cour | 2021-05-11 | 1 | -3/+3 |
* | jsonutils: support set (#17994) | Timothee Cour | 2021-05-11 | 1 | -0/+6 |
* | jsonutils: support cstring (including as Table key); improve docs (#16062) | Timothee Cour | 2021-03-31 | 1 | -5/+8 |
* | fix #17325 linux 32bit CI; fix #17085 flaky test (#17469) | Timothee Cour | 2021-03-24 | 1 | -1/+1 |
* | fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6... | Timothee Cour | 2021-03-16 | 1 | -0/+15 |
* | fix #16822 (#16884) | flywind | 2021-02-01 | 1 | -2/+1 |
* | jsonutils.jsonTo: support opt (#16739) | Timothee Cour | 2021-01-17 | 1 | -0/+3 |
* | Jsonutils: pass opt for object in object (#16615) | inv2004 | 2021-01-07 | 1 | -0/+6 |
* | jsonutils: fromJson forward opt param fix (#16612) | inv2004 | 2021-01-06 | 1 | -0/+14 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
* | Add some enhancements to `jsonutils.nim` (#15133) | Ivan Bobev | 2020-09-09 | 1 | -2/+183 |
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 1 | -0/+53 |
* | make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669) | Timothee Cour | 2020-06-15 | 1 | -0/+26 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -0/+44 |