JSON
json.org › example.html
JSON Example
{"widget": { "debug": "on", "window": { "title": "Sample Konfabulator Widget", "name": "main_window", "width": 500, "height": 500 }, "image": { "src": "Images/Sun.png", "name": "sun1", "hOffset": 250, "vOffset": 250, "alignment": "center" }, "text": { "data": "Click Here", "size": 36, "style": "bold", "name": "text1", "hOffset": 250, "vOffset": 100, "alignment": "center", "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;" } }}
IBM
ibm.com › docs › en › datapower-gateway › 10.6.0
JSON examples
JSON objects and arrays can be transformed with transform actions. The following examples and the examples in the related topics, provide sample JSON objects and arrays and transformations of those objects and arrays. These examples demonstrate some JSON message processing that the DataPower ...
Videos
Adobe
opensource.adobe.com › Spry › samples › data_region › JSONDataSetSample.html
JSON Data Set Sample
The JSON output from different Server APIs can range from simple to highly nested and complex. The examples on this page attempt to illustrate how the JSON Data Set treats specific formats, and gives examples of the different constructor options that allow the user to tweak its behavior.
Javatpoint
javatpoint.com › json-example
JSON Example - javatpoint
JSON Example for beginners and professionals with examples of JSON with java, .net, php, python, xml, jquery, ruby, c#, perl, jackson. Learn JSON example with array, object, schema, encode, decode, file, date etc.
JSON:API
jsonapi.org › examples
JSON:API — Examples
Note: in the responses above with a 422 status code, 400 Bad Request would also be acceptable. (More details.) JSON:API doesn’t take a position on 400 vs.
Broadcom
techdocs.broadcom.com › us › en › ca-enterprise-software › layer7-api-management › api-management-oauth-toolkit › 4-6 › prepare-json-message-for-export › json-message-example.html
JSON Message Example
May 12, 2025 - The message comprises four sections: ... The server section contains server details and the SSL certificate that is required to establish communication between the SDK and the MAG. It also contains the OAuth server SSL certificate information in the server_certs attribute. The name of the certificate is identified in the OTK Variable Configuration policy. See Prepare JSON ...
W3Schools
w3schools.com › js › js_json_syntax.asp
JSON Syntax
JSON names require double quotes.
Polygon
docshield.tungstenautomation.com › KTA › en_us › 7.9.0-ud9cfx6hos › help › designer › All_Shared › SystemData › c_dmjsonexamples.html
Examples of data models using JSON sample
This sample includes employee details, such as name, job, id and created at. { "name": "Morpheush", "job": "Leader", "id": "199", "createdAt": "2020-02-20T11:00:28.107Z" } The above JSON sample creates the following 'Employee' model..
Progress
docs.progress.com › bundle › corticon-deployment › page › Sample-JSON-request-and-response-messages.html
Sample JSON request and response messages
Skip to main contentSkip to search · Powered by Zoomin Software. For more details please contactZoomin
IBM
ibm.com › docs › en › app-connect › 11.0.0
Creating a JSON message
You can create JSON message data that contains JSON objects, JSON arrays, or both, by creating elements in the logical message tree, under the Data element that is owned by the JSON parser root.
GitHub
gist.github.com › marklogic › 367839
Example email message in JSON · GitHub
# Example encoding of an email message in JSON { headers: [ # in an array since order matters { name: 'Subject', value: 'An email' }, { name: 'Date', value: 'Thu, 4 Mar 2010 15:35:32 -0800' }, { name: 'From', value: 'george@foo.com' }, { name: 'To', value: 'paul@goo.com' } { name: 'Sender', value: 'paul@goo.com' } { name: 'Reply-to', value: 'paul@goo.com' } ], from: 'From blah blah...', body: { type: 'multipart/alternative, parts: [ { id: 'partid-1', type: 'text/plain', sections: [ { type: 'greeting', text: 'Dear Jason,' }, { type: 'normal', text: ["This is an ", {type: 'url', href: 'http://foo.com, text: "URL"}, ", that I have embedded in some text."] }, { type: quoted-section, text: "Something worth quoting."
Acoustic Help Center
help.goacoustic.com › hc › en-us › articles › 360044247373-JSON-data-message-format
JSON data message format – Acoustic Help Center
For compactness of the format, fields are stored as array elements, and optional fields are stored in objects. A message packet consists of a global header followed by one or more message types. Each message packet contains a global header that consists of an array that contains the message version and a message serial number.
Wikipedia
en.wikipedia.org › wiki › JSON
JSON - Wikipedia
March 6, 2005 - Upon discovery of early Ajax capabilities, digiGroups, Noosh, and others used frames to pass information into the user browsers' visual field without refreshing a Web application's visual context, realizing real-time rich Web applications using only the standard HTTP, HTML, and JavaScript capabilities of Netscape 4.0.5+ and Internet Explorer 5+. Crockford then found that JavaScript could be used as an object-based messaging format for such a system. The system was sold to Sun Microsystems, Amazon.com, and EDS. JSON was based on a subset of the JavaScript scripting language (specifically, Standard ECMA-262 3rd Edition—December 1999) and is commonly used with JavaScript, but it is a language-independent data format.
Informatica
docs.informatica.com › reference material › rest api reference › informatica intelligent cloud services rest api › header and body configuration › json format example
JSON format example
POST https://dm-us.informaticacloud.com/saas/public/core/v3/login Content-Type: application/json Accept: application/json { "username": "user@informatica.com", "password": "mypassword" }
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn › JavaScript › Objects › JSON
Working with JSON - Learn web development | MDN
If you load this JSON in your JavaScript program as a string, you can parse it into a normal object and then access the data inside it using the same dot/bracket notation we looked at in the JavaScript object basics article.
Json-format
sample.json-format.com
Sample JSON Files & API Access – Download and Test Online
Free sample JSON files for developers. Download JSON data and examples in different sizes and formats for testing and integration.
IBM
ibm.com › docs › en › netcoolomnibus › 8.1.0
Example JSON payloads
Examples of JSON message payloads.
JSON Schema
json-schema.org › learn › json-schema-examples
JSON Schema - JSON Schema examples
{ "title": "Sample Movie", "director": "John Director", "releaseDate": "2023-07-01", "genre": "Action", "duration": "2h 15m", "cast": ["Actor A", "Actress B", "Actor C"]}
Informatica
docs.informatica.com › powerexchange cdc publisher 1.3 › help for users › user guide › appendix c: custom pattern formats › custom json examples
Custom JSON Examples
Company XYZ wants a simple JSON view of insert, update, and delete events on the My.Table table. The message format should contain only column names as keys with their associated values for each of the event types.