Examples with "JSON-Befehle" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Mit Hilfe der JSON-Befehle können Sie die Gültigkeit und Wohlgeformtheit von JSON-Schema- und Instanzdokumetnen überprüfen.
The JSON commands can be used to check the validity and well-formedness of JSON schema and instance documents.
Andere resultaten
JSON Befehle generieren und analysieren Objekte der Programmiersprache im Format JSON.
Die EMDO BASIC Variablen können ebenfalls mittels JSON-Befehlen gelesen und modifiziert werden.
The EMDO BASIC variables can be read and modified over json commands too.
Diese Funktion führt die entgegengesetzte Aktion des Befehls JSON PARSE ARRAY aus.
This command performs the opposite action of the JSON PARSE ARRAY command.
Neue Web-basierte Steuerung über HTTP-Befehle mit JSON Nutzdaten
Dieses Beispiel zeigt die kombinierte Verwendung der Befehle JSON Stringify und JSON Parse
This example shows the combined use of the JSON Stringify and JSON Parse commands
JSON Dieser Befehl gibt MyJSONArray als Collection zurück (bei passendem Format)
This is a command that returns MyJSONArray as a collection (if proper format)
JSON Zeiger werden entweder durch Aufrufen des Befehls JSON Resolve pointers oder automatisch über Dynamische Formulare aufgelöst.
JSON pointers are resolved either when calling the JSON Resolve pointers command, or automatically when using Dynamic Forms.
Übergeben Sie einen Zeiger, bleibt er unverändert; er wird mit dem Befehl JSON Stringify bewertet.
If you pass a pointer, it is kept "as is"; it is evaluated using the JSON Stringify command
Das unterscheidet sich von der Überprüfung, ob das JSON "well-formed" ist. Diese wird mit dem Befehl JSON Parse ausgeführt.
This is different from checking that the JSON is well-formed, which is done by the JSON Parse command.
Beschreibung Der Befehl JSON PARSE ARRAY analysiert den Inhalt einer in JSON formatierten Zeichenkette und setzt die extrahierten Daten in das Array array.
Description The JSON PARSE ARRAY command parses the contents of a JSON-formatted string and puts the data extracted into the array parameter.
Rufen Sie vorhandene JSON-Konfigurationsdateien mit dem Befehl mfpdev app pull vom Server ab. Aktualisieren Sie die Dateien und laden Sie die geänderte Konfiguration mit dem Befehl mfpdev app push hoch.
Grab existing JSON configuration files from the server with the mfpdev app pull command, update the file, and upload the changed configuration with the mfpdev app push command.
Beschreibung Der Befehl JSON TO SELECTION kopiert den Inhalt des Array mit JSON Objekten jsonArray in eine Datensatzauswahl von TabelleName.
Description The JSON TO SELECTION command copies the contents of an array of JSON objects jsonArray to the selection of records of aTable.