| Class | Description |
|---|---|
| XmlDocumentJsonHandler |
A
XmlDocumentJsonHandler is a JsonHandler that creates a XML
Document that represents the same data as the handled JSON document
using the following rules:
A JSON array is represented as a tag with name array.
A JSON object is represented as a tag with name object.
A JSON object entry is represented as a tag with name entry.
The name of a JSON object entry is represented as an attribute of the
entry tag with name name.
A JSON null is represented as a tag with name null.
A JSON boolean is represented as a tag with name boolean.
The value of the JSON boolean represented as an attribute of the
boolean tag with name value .
A JSON number is represented as a tag with name number.
The value of the JSON number represented as an attribute of the
number tag with name value.
A JSON string is represented as a tag with name string.
The value of the JSON string represented as an attribute of the
string tag with name value .
|
Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.