流式 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 接口上,因此允许程序在必要时即时停止
Defensive Design for the Web
37signals、Matthew Linderman、Jason Fried / New Riders / 2004-3-2 / GBP 18.99
Let's admit it: Things will go wrong online. No matter how carefully you design a site, no matter how much testing you do, customers still encounter problems. So how do you handle these inevitable bre......一起来看看 《Defensive Design for the Web》 这本书的介绍吧!
