Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 1 | -15/+73 |
| | |||||
* | make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669) | Timothee Cour | 2020-06-15 | 1 | -8/+24 |
| | | | | | * make toJson more robust * properly handle array | ||||
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove ↵ | Timothee Cour | 2020-06-08 | 1 | -0/+126 |
dependency on strtabs thanks to a hooking mechanism (#14563) * json custom serialization; application for strtabs * serialize using nesting * make toJson more feature complete * add since * Revert "Improve JSON serialisation of strtabs (#14549)" This reverts commit 7cb4ef26addb3bb5ce2405d8396df6fd41664dae. * better approach via mixin * toJson, jsonTo * fix test * address comments * move to jsonutils * doc * cleanups * also test for js * also test for vm |