fastjson
fastjson copied to clipboard
Found that maps aren't supported where they are in `encoding/json` ``` customData := make(map[int64]mypackage.CustomStruct) encoded, encerr := fastjson.Marshal(customData) if encerr != nil { log.Println(encerr) return } _, buferr := w.Write(encoded)...
The previous formatting approach wasn't working well, e. g. instead of proper headings like API there was "##API" text within paragraph itself. You can see the problem by going to...
Markdown fixes