Initial QSfera import
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Package fastjson provides fast JSON parsing.
|
||||
|
||||
Arbitrary JSON may be parsed by fastjson without the need for creating structs
|
||||
or for generating go code. Just parse JSON and get the required fields with
|
||||
Get* functions.
|
||||
*/
|
||||
package fastjson
|
||||
Reference in New Issue
Block a user