Andreas Rumpf
|
7f49364fd0
|
make more tests green
|
2018-08-13 12:29:03 +02:00 |
|
andri lim
|
f92d61b1f4
|
fixes #8037, json.to support object with distinct types (#8086)
* add distinct types to json 'to' macro
* fix json 'to' macro and add more test
|
2018-07-19 16:38:40 +01:00 |
|
Abhishek Kapatkar
|
c7cba5e6f0
|
Fixes #6902
|
2018-03-30 13:43:01 -07:00 |
|
Dominik Picheta
|
9c2cdc94a2
|
Fixes #7433.
|
2018-03-29 11:57:53 +01:00 |
|
Oscar Nihlgård
|
8247323860
|
Fix json.to for types with generic parameters
|
2018-02-11 23:15:04 +01:00 |
|
Dominik Picheta
|
578ab935cb
|
Support all int, uint and float variants in json.to macro.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
2bb2e6975e
|
Fix infinite recursion when using json.to on ref with cycle.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
8d61262372
|
Implement support for JsonNode in json.to.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
8187e83645
|
Implement Table/OrderedTable support for json.to macro.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
8ca41ce637
|
Implement support for Option[T] in json.to macro. Fixes #5848.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
d3c9b58c00
|
Fixes #6604. Rejects unnamed tuples with error.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
e0681715dc
|
Fixes #6095.
|
2017-11-30 21:34:30 +00:00 |
|
Dominik Picheta
|
11fcae5705
|
Fixes #5856. Code based on @loloiccl's PR (#5879).
|
2017-11-30 21:34:30 +00:00 |
|
Daniil Yarancev
|
e29e6ec76e
|
[JSON] getBVal -> getBool; getFNum -> getFloat
|
2017-10-14 15:49:53 +03:00 |
|
Dominik Picheta
|
d1daccac2f
|
Fixes #5761.
|
2017-05-17 16:11:26 +01:00 |
|
Dominik Picheta
|
03ddfddcae
|
Add test for previous commit.
|
2017-04-17 20:04:24 +02:00 |
|
Dominik Picheta
|
793d6efffb
|
Fixes null handling for object refs in JSON unmarshal macro.
|
2017-04-17 18:43:31 +02:00 |
|
Dominik Picheta
|
2108dcf0d5
|
Fix JSON macro bug with ref objects.
|
2017-04-17 18:01:38 +02:00 |
|
Dominik Picheta
|
88cb40cd31
|
Implement support for enum fields in JSON macro.
|
2017-04-09 17:22:40 +02:00 |
|
Dominik Picheta
|
eedc6fecd7
|
Document to macro in JSON and add example.
|
2017-04-09 12:48:07 +02:00 |
|
Dominik Picheta
|
a883424d0d
|
Implements else branch for JSON unmarshalling of object variants.
|
2017-04-09 11:49:50 +02:00 |
|
Dominik Picheta
|
658467a31f
|
Improve error messages and add tests for the JSON macro.
|
2017-04-08 22:06:57 +02:00 |
|
Dominik Picheta
|
cc223ff7d8
|
Support int, string and bool fields in unmarshal json macro.
|
2017-04-08 21:23:35 +02:00 |
|
Dominik Picheta
|
12aafb25cc
|
First implementation of JSON unmarshal macro.
|
2017-04-08 20:55:32 +02:00 |
|