summary refs log tree commit diff stats
path: root/lib/std/jsonutils.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-4/+4
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-111-3/+3
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-1/+0
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-6/+1
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-11/+16
* remove legacy code (#21134)ringabout2022-12-261-16/+2
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-1/+1
* Add better error messages to `std/jsonutils` (#20629)Jake Leahy2022-10-241-7/+7
* Fix tuple size check in `std/jsonutils` (#20637)Jake Leahy2022-10-241-2/+12
* Pass json options to hooks (#20638)Jake Leahy2022-10-241-14/+16
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)flywind2021-10-011-1/+5
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-091-2/+2
* up to 20x faster jsonutils deserialization (#18183)Timothee Cour2021-06-051-6/+6
* simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)Timothee Cour2021-06-031-1/+17
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-4/+16
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-11/+32
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-161-0/+3
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-0/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-1/+5
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-9/+9
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-311-5/+17
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-161-1/+3
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-8/+8
* use typeof instead type (#16962)flywind2021-02-081-2/+2
* jsonutils.jsonTo: support opt (#16739)Timothee Cour2021-01-171-2/+2
* Jsonutils: pass opt for object in object (#16615)inv20042021-01-071-1/+1
* jsonutils: fromJson forward opt param fix (#16612)inv20042021-01-061-4/+4
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-4/+4
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-31/+247
* fromJson: support object variants (#14694)Timothee Cour2020-06-241-15/+73
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-151-8/+24
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-0/+126