gitee.com/quant1x/gox@v1.7.6/fastjson/doc.go (about) 1 /* 2 package fastjson provides fast JSON parsing. 3 4 Arbitrary JSON may be parsed by fastjson without the need for creating structs 5 or for generating go code. Just parse JSON and get the required fields with 6 Get* functions. 7 8 */ 9 package fastjson