流式 JsonPath 解析处理器 JsonSurfer

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-30 20:27:37

软件介绍

JsonSurfer 是一款流式 JsonPath 处理器,专注于处理大而复杂的 JSON 数据。

JsonSurfer具有以下特性:

  • 流式:不需要将整个 json 数据反序列化到内存中

  • JsonPath:通过 JsonPath 的强大功能来选择性地提取 JSON 数据

  • 可停止的解析API:JsonSurfer 建立在可停止的 SAX like 接口上,因此允许程序在必要时即时停止

本文地址:https://codercto.com/soft/d/2509.html

Open Data Structures

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》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具