summary refs log tree commit diff stats
path: root/tests/stdlib/tjsonutils.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-2/+1
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-0/+5
* Fix tuple size check in `std/jsonutils` (#20637)Jake Leahy2022-10-241-1/+7
* Pass json options to hooks (#20638)Jake Leahy2022-10-241-0/+22
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-201-10/+9
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-161-10/+11
* close #17986 add testcase (#18477)flywind2021-07-121-0/+12
* close #13196 now that we have dragonbox (#18316)Timothee Cour2021-06-211-0/+11
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-0/+22
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-231-1/+16
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-0/+13
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-161-1/+20
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-3/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-0/+6
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-311-5/+8
* fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)Timothee Cour2021-03-241-1/+1
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-161-0/+15
* fix #16822 (#16884)flywind2021-02-011-2/+1
* jsonutils.jsonTo: support opt (#16739)Timothee Cour2021-01-171-0/+3
* Jsonutils: pass opt for object in object (#16615)inv20042021-01-071-0/+6
* jsonutils: fromJson forward opt param fix (#16612)inv20042021-01-061-0/+14
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-2/+183
* fromJson: support object variants (#14694)Timothee Cour2020-06-241-0/+53
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-151-0/+26
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-0/+44