文件名称:pjson:Go的JSON流解析器
文件大小:713KB
文件格式:ZIP
更新时间:2024-05-22 21:12:16
Go
pjson 用于Go和( )的JSON流解析器 例子 下面的示例显示JSON文档中的所有字符串值。 package main import "github.com/tidwall/pjson" func main () { var json = ` { "name": {"first": "Tom", "last": "Anderson"}, "age":37, "children": ["Sara","Alex","Jack"], "fav.movie": "Deer Hunter", "friends": [ {"first": "Dale", "last": "Murphy", "age": 44, "nets": ["ig", "fb", "tw"]}, {"first": "Roger", "last": "Craig", "age
【文件预览】:
pjson-main
----go.mod(121B)
----pjson.go(11KB)
----LICENSE(1KB)
----testfiles()
--------canada.json(2.15MB)
--------twitter.json(647KB)
--------numbers.json(147KB)
----go.sum(336B)
----.github()
--------FUNDING.yml(18B)
--------workflows()
----README.md(1KB)
----pjson_test.go(13KB)