Commit graph

15 commits

Author SHA1 Message Date
81405e14ea
Add NotEmptyChecker to overwrite default NotEmpty function 2022-11-26 17:14:42 +00:00
79a43a9982
Remove empty check from JSONLoadItem 2022-08-20 22:37:18 -05:00
Marius Orcsik
23f9512103
Export everything in decoding_json 2022-08-20 17:43:45 +02:00
Marius Orcsik
d29b4fa0ae
Don't fail on properties that are missing when unmarshaling json 2022-03-06 13:34:18 +01:00
mariusor
c61421fde8
Change type of Actor.Streams to be just an item collection 2022-01-28 12:47:59 +01:00
Marius Orcsik
d347363314
Handle errors coming from fastjson Parse 2021-08-28 22:10:10 +02:00
Marius Orcsik
3d91847f7f
Fix loading objects w/o type
They usually correspond to Tags
2021-08-22 18:59:32 +02:00
Marius Orcsik
4b6c32b98c
Fix items json decoding 2021-08-20 22:22:48 +02:00
mariusor
94c953e391 Fix public key decoding 2021-08-16 16:28:43 +02:00
Marius Orcsik
06ac3605b8
Fix crash for article objects load 2021-08-15 19:11:18 +02:00
Marius Orcsik
e26b856fcc
Use fastjson properly 2021-08-15 13:41:01 +02:00
Marius Orcsik
c8d01274d3
Fix item collection unmarshall 2021-08-14 20:12:13 +02:00
Marius Orcsik
5c5ff6be80
Broken item collection decoding 2021-08-14 19:04:34 +02:00
Marius Orcsik
73041d04eb
Replace jsonparser to fastjson for parsing json 2021-08-14 18:34:02 +02:00
Marius Orcsik
a65a3e9048
Renamed internal functions used for JSON buffer write
This is done to ensure we're not overlapping with the future gob functionality
2021-03-14 18:31:13 +01:00
Renamed from decoding.go (Browse further)