JSON反序列化库 Upida

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 16:57:39

软件介绍

Upida 是一个轻量级的库,主要的目的是反序列化 JSON 数据到域对象。实现了:

  1. Assigns back-references to domain objects.

  2. Copies data from MVC model to persistent objects (with no custom code and no mappers).

  3. Allows you to serialize persistent objects using only fields that you need, without danger of unneeded extra-data, lazy-loading or stack-overflow exceptions.

  4. Allows you to define validation rules in Java without duplicating them in java script.

  5. Allows you to validate fields more accurately: validate if a field is present in JSON, validate if a field is failed to be parsed.

  6. Allows you to extend validation with custom rules using custom code or existing rules.

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

Practical Algorithms for Programmers

Practical Algorithms for Programmers

Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99

Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试