Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
This library focuses on a common and popular use-case: parsing and serializing to and from a container called `value` which holds JSON types. Any `value` which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language.该库专注于一个常见且广泛使用的场景:解析和序列化到一个名为 `value` 的容器,或从中进行解析和序列化(该容器用于存储 JSON 类型)。任何构建的 `value` 都可以被序列化后再反序列化,并保证结果与原始值相等。使用该库生成的任何 JSON 输出,均可被大多数主流编程语言中的常见 JSON 实现正确读取。