summary refs log tree commit diff stats
path: root/tests/stdlib/tjsonmacro.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixes #5761.Dominik Picheta2017-05-171-1/+21
* Add test for previous commit.Dominik Picheta2017-04-171-1/+10
* Fixes `null` handling for object refs in JSON unmarshal macro.Dominik Picheta2017-04-171-2/+11
* Fix JSON macro bug with ref objects.Dominik Picheta2017-04-171-3/+29
* Implement support for enum fields in JSON macro.Dominik Picheta2017-04-091-1/+17
* Document `to` macro in JSON and add example.Dominik Picheta2017-04-091-0/+26
* Implements else branch for JSON unmarshalling of object variants.Dominik Picheta2017-04-091-2/+36
* Improve error messages and add tests for the JSON macro.Dominik Picheta2017-04-081-25/+75
* Support int, string and bool fields in unmarshal json macro.Dominik Picheta2017-04-081-21/+40
* First implementation of JSON unmarshal macro.Dominik Picheta2017-04-081-0/+40