Im Gegensatz zu jeder einzelnen Zeile ist die gesamte Datei kein gültiges JSON-Dokument.
Prüft ob der angegebene Pfad im JSON-Dokument existiert.
Jedes JSON-Dokument kann als ein Objekt betrachtet werden, das von der Anwendung genutzt wird.
Each JSON document can be thought of as an object to be used by your application.
Formatiert das JSON-Dokument bei Ausführung des Mappings neu, um das Dokument in strukturierter Form anzuzeigen.
Reformats your JSON document when the mapping is executed, in order to give it a structured display.
Dieser Konnektor extrahiert ein gültiges JSON-Dokument (Array oder Objekt) in einen Datensatz mehrerer Einträge.
This connector extracts a valid JSON document (array or object) into one dataset of several records.
Hier ist ein Beispiel für das Umschlagprinzip, bei dem die ursprünglichen Quelldaten in jedem JSON-Dokument einem neuen Stamm mit der Eigenschaft „source" hinzugefügt wurden
Here is an example of the envelope pattern, where the original source data was added to a new root with the property "source" in each JSON document
Der Wert von @version ist eine Zahl, aber aufgrund der doppelten Anführungszeichen ( ) wird es in diesem JSON-Dokument als String erfasst.
The value of @version is a number, but because it is inside double quotes it means that it is considered a string within this JSON document.
Ein JSON-Dokument (Dateierweiterung lautet normalerweise.json) besteht aus den folgenden grundlegenden Datenstrukturen
A JSON document (saved typically with the file extension.json) is built on the following core data structures
Mit Hilfe der Syntaxüberprüfung im JSON-Editor können Sie überprüfen, ob Ihr JSON-Dokument wohlgeformt ist.
Syntax checking in the JSON editor allows you to check that your JSON document is well formed.
Über eine reaktive JSON Lines-Schnittstelle, die in jeder Zeile ein separates JSON-Dokument erstellt.
Via a reactive JSON lines interface, that generates a separate JSON document in each line.
Wenn der Quell-Node-String also ein JSON-String ist, wird ein JSON-Dokument generiert.
So, if the source node string is a JSON string, then a JSON document will be generated.
Hier bei den AWS sieht ein gültiges JSON-Dokument beispielsweise so aus
Here at AWS, for example, a valid JSON document looks like this
Oft muss ein JSON-Dokument in eine neues Format wie z.B. HTML transformiert werden.
It's often necessary to transform a JSON document to a new format, such as HTML.