Das JSON Format ermöglicht insbesondere, über einen Web Browser auf 4D Anwendungen zuzugreifen (Daten und Struktur).
More particularly, JSON format makes it possible to access 4D databases (data and structure) using a Web browser.
Beim Konvertieren in das JSON Format werden Datumsattribute in Strings ohne Zeitangabe konvertiert.
When converted to JSON format, date attributes will be converted to strings which do not include a time.
Zwischen mehreren Datenquellen kann das JSON Format in Make me Droid benutzt werden.
Among several data sources, JSON format can be used in Make me Droid.
4D Datumsangaben, die von oder in das JSON Format konvertiert werden, berücksichtigen standardmäßig die Zeitzone des konvertierenden Rechners. Dieses Prinzip entspricht der Standardoperation von Java-Script.
By default, when 4D dates are converted to and from JSON strings, they take into account the time zone of the machine where the conversion took place (in conformity with JavaScript).
Das JSON spezifiziert eine aus einer Verkettung von Vorlagen zu erstellende Präsentation.
The JSON specifies a presentation to be created from a concatenation of templates.
Beschreibung Das JSON Format und seine Verwendung in der Webentwicklung.
Description The JSON format and its usages in web development.
Das JSON Objekt wird in älteren Browsern nicht unterstützt.
The JSON object is not supported in older browsers.
Das JSON müßte ich parsen. Das mache ich einmal und baue mir eine Komponente.
Need to parse the JSON which means do it once and put it into a component.
Das JSON Objekt für die Typbeschreibung eines Kundeintrags, ohne Felder, würde beispielsweise so aussehen
For example, the JSON object for a customer record type descriptor, without any fields, would look like this
Das JSON muss gar nicht unbedingt in einer Tabelle liegen; es kann auch on-the-fly aus dem Internet geladen oder aus einer externen Tabelle (also dem Dateisystem) gelesen werden - die Möglichkeiten sind vielfältig.
The COLUMNS clause then projects these out as relational columns. As seen, JSON does not need to be stored within the database - we can also grab JSON instances from the internet or the file system and process these on-the-fly.
Das JSON wird dann als Ausgabe von der API zurückgegeben.
The JSON is then returned as output from the API.
Das JSON Extension Package enthält zusätzlich Operatoren zum Lesen und Schreiben von JSON-Dateien.
The JSON Extension Package provides additional operators to read and write JSON files.
Das JSON Extension Package für HALCON ist ein Extension Package zum Erstellen, Modifizieren und Parsen von JSON-Strings innerhalb der HDevelop-Skriptsprache.
The JSON Extension Package for HALCON is an extension package meant to create, modify and parse JSON strings within the HDevelop language.