Skip to content

Releases: shoobyban/json5

v0.3

16 Sep 21:54
Compare
Choose a tag to compare

Current interface

Marshal(value interface{}) (string, error)
MarshalIndent(value interface{}, indent string) (string, error)
Unmarshal(json5 string) (interface{}, error)
Tokenize(string) []Token

v0.2

16 Sep 21:43
Compare
Choose a tag to compare

UnMarshal(json5 string) (interface{}, error)
Marshal(value interface{}, indent string) (string, error)

v0.1

16 Sep 21:21
Compare
Choose a tag to compare

Initial release just to have version numbers.