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

The Art and Science of Java

The Art and Science of Java

Eric Roberts / Addison-Wesley / 2007-3-1 / USD 121.60

In The Art and Science of Java, Stanford professor and well-known leader in CS Education Eric Roberts emphasizes the student-friendly exposition that led to the success of The Art and Science of C. By......一起来看看 《The Art and Science of Java》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具