Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `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 |