Neu ist JSON5-Unterstützung mit Autokomplettierungsfunktion, Validierung anhand eines JSON-Schemas und der Konvertierung von/in XML.
The functionality includes auto-completion, validation against JSON schema, and conversion to/from XML.
Generieren eines JSON-Schemas anhand einer JSON-Instanz: Hier werden die Funktionen zum Generieren eines Schemas anhand eines Instanzdokuments beschrieben.
Generating JSON Schema from a JSON Instance describes the functionality to generate a schema from an instance
Generierung eines JSON-Schemas anhand einer JSON-Instanz: Wenn bereits ein JSON-Instanzdokument vorhanden ist, können Sie anhand dieses Dokuments ein JSON-Schema generieren.
Generating JSON Schema from a JSON Instance: If a JSON instance document already exists, you can generate a JSON schema from it.
Damit eine JSON-Instanz anhand eines JSON-Schemas validiert werden kann, muss dem aktiven Instanzdokument ein Schema zugewiesen werden.
In order to validate a JSON instance against a JSON schema, the schema must be assigned to the active instance document.
Wenn das JSON-Instanzdokument leer ist, wird die JSON-Instanz aufgrund der Zuweisung eines JSON-Schemas zur Instanz automatisch auf Basis dieses Schemas mit Beispieldaten befüllt.
If the JSON instance document is empty, the assignment of a JSON schema to the instance will automatically fill the JSON instance with sample data based on the schema.
In der Eingabehilfe "JSON-Werte" in der Abbildung unten sehen Sie die Werte, die bei der Bearbeitung eines JSON-Schemas für das Schlüsselwort type zulässig sind.
The JSON Values entry helper in the screenshot below shows the values allowed for the type keyword while editing a JSON schema.
Der XML Editor generiert anhand einer vorhandenen XML-Instanz oder anhand einer Gruppe von Instanzen (XML in XSD), einer DTD, eines Datenbankschemas und sogar eines JSON-Schemas ein gültiges Schema.
The XML editor will generate a valid schema based on an existing XML instance or group of instances (XML to XSD), a DTD, a database schema, and even a JSON Schema.
Möglichkeit zur Generierung von JSON-Instanzdateien mit auf Basis eines JSON-Schemas strukturierten JSON-Daten, die anhand dieses JSON-Schemas generiert werden.
JSON instance files containing JSON data that is structured on a JSON schema can be generated from that JSON schema.
Informationen zum Generieren von JSON-Schemas anhand einer JSON-Instanz finden Sie im Abschnitt Generieren eines JSON-Schemas anhand einer JSON-Instanz.
For information about generating JSON schema from the JSON instance, see the section Generating JSON Schema from a JSON Instance.
Wenn ein JSON-Instanzdokument das aktive Dokument ist: Validiert das JSON-Instanzdokument anhand eines JSON-Schemas; Das Schema wird der JSON-Instanz, wie unten beschrieben, zugewiesen.
If a JSON instance is the active document: Validates the JSON instance against a JSON schema.
Zum Erstellen eines JSON-Schemas müssen Sie nicht von Grund auf neu anfangen, sondern können eines anhand eines vorhandenen XML-Schemas generieren und so viel Zeit sparen.
And, you don't have to start from scratch to create a JSON Schema - XMLSpy will generate one from any existing XML Schema, greatly speeding development time.