流式 JsonPath 解析处理器 JsonSurfer
- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/jsurfer/JsonSurfer
- 软件文档: https://github.com/jsurfer/JsonSurfer/blob/master/README.md
软件介绍
JsonSurfer 是一款流式 JsonPath 处理器,专注于处理大而复杂的 JSON 数据。
JsonSurfer具有以下特性:
-
流式:不需要将整个 json 数据反序列化到内存中
-
JsonPath:通过 JsonPath 的强大功能来选择性地提取 JSON 数据
-
可停止的解析API:JsonSurfer 建立在可停止的 SAX like 接口上,因此允许程序在必要时即时停止
Open Data Structures
Pat Morin / AU Press / 2013-6 / USD 29.66
Offered as an introduction to the field of data structures and algorithms, Open Data Structures covers the implementation and analysis of data structures for sequences (lists), queues, priority queues......一起来看看 《Open Data Structures》 这本书的介绍吧!
