summary refs log tree commit diff stats
path: root/tests/stdlib/tjsonutils.nim
Commit message (Expand)AuthorAgeFilesLines
* 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