Skip to content

v0.3

Latest
Compare
Choose a tag to compare
@shoobyban shoobyban released this 16 Sep 21:54

Current interface

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