文件名称:pjson.rs:Rust的JSON流解析器
文件大小:2.77MB
文件格式:ZIP
更新时间:2024-03-14 21:59:15
Rust
pjson-rs Rust的JSON流解析器。 这是 Go库的端口。 例子 打印JSON文档中的所有字符串值。 fn main () { let json = br#" { "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": 68,
【文件预览】:
pjson.rs-master
----Cargo.toml(289B)
----.github()
--------workflows()
----src()
--------lib.rs(35KB)
----bench()
--------simdjson.sh(2KB)
--------run.sh(466B)
--------serde.sh(1KB)
--------.gitignore(31B)
--------pjson.sh(301B)
----LICENSE(1KB)
----README.md(1KB)
----testfiles()
--------mesh.pretty.json(1.5MB)
--------twitterescaped.json(549KB)
--------github_events.json(64KB)
--------gsoc-2018.json(3.17MB)
--------mesh.json(707KB)
--------marine_ik.json(2.85MB)
--------update-center.json(521KB)
--------citm_catalog.json(1.65MB)
--------twitter.json(647KB)
--------apache_builds.json(124KB)
--------numbers.json(147KB)
--------instruments.json(215KB)
--------random.json(499KB)
--------canada.json(2.15MB)
----.gitignore(19B)