Commit graph

13 commits

Author SHA1 Message Date
Marius Orcsik
978985644e
Refactored how the repo looks 2018-07-06 12:48:04 +02:00
Marius Orcsik
d3ba95828b
Some improvements to Marshal function 2018-04-08 23:39:27 +02:00
Marius Orcsik
c94d855470
Passing the collapsible flag down 2018-03-26 23:14:55 +02:00
Marius Orcsik
53effdd8b0
Removed commented out code 2018-03-26 23:13:16 +02:00
Marius Orcsik
05c44839f3
Golint suggestions 2018-03-25 21:01:26 +02:00
Marius Orcsik
d43c1e752f
Add json package in full 2018-03-25 19:35:34 +02:00
Marius Orcsik
9d9bd8510b
Added a method for marshalling interface{}s which decay to scalars
for the moment it's overcomplicted and ugly

Moved UnmarshalJSON to decode.go file

Adding tests for some of the new functionality
2017-10-02 17:24:26 +02:00
Marius Orcsik
b2d595e31d
Improvements to jsonld.Marshal - now with tags 2017-10-02 16:19:23 +02:00
Marius Orcsik
7377524c79
Transform Context property into a pointer
This allows easier manipulation using our own Json Marshaling when it's nil
2017-10-02 12:07:11 +02:00
Marius Orcsik
7bc4b11f52
Added test with nil context 2017-10-01 15:02:20 +02:00
Marius Orcsik
791cba3a5c
Expand jsonld marshaling 2017-10-01 13:43:36 +02:00
Marius Orcsik
8f49b502fa
Having the basic jsonld Marshaler working 2017-09-30 23:36:05 +02:00
Marius Orcsik
e9a663c14e
Moving the two packages to src folder 2017-09-30 22:21:51 +02:00
Renamed from jsonld/encode.go (Browse further)