piprate / json-gold

A JSON-LD processor for Go
Apache License 2.0
259 stars 30 forks source link

feat: support JSON canonicalization #40

Closed kdimak closed 3 years ago

kdimak commented 3 years ago

Cyberphone JSON Canonicalization Go Library is used.

Signed-off-by: Dmitriy Kinoshenko dkinoshenko@gmail.com

rolsonquadras commented 3 years ago

@kazarena @troyronda @kdimak - May be we can remove the note related to json literal support limitation in README - https://github.com/piprate/json-gold#rdf-serializationdeserialization

kazarena commented 3 years ago

@rolsonquadras yes, I'll take care of it. First, I need to run it against the official test suite (JSON literal tests are currently disabled) to understand coverage. I'm happy to accept this PR and follow up with a documentation update.