Questions tagged [json]

JSON (JavaScript Object Notation) is a textual data storage and interchange format.

JSON (JavaScript Object Notation) is a serializable data interchange format intended to be machine and human readable.

JSON-formatted data consists of attribute-value pairs, e.g.:

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 35
}
164 questions
2
votes
1 answer

How to represent this table structure using JSON?

New to JSON, wold like your advice: What is the best way to represent this table structure using JSON Physical check Check existing printer checked INSPECTOR REMARKS HERE Printer visual check Check front of printer checked INSPECTOR…
1
vote
1 answer

Saver for Snapchat (PC) version 1.1.769.0 - JSON Issue

I have a problem with Saver for Snapchat (PC) version 1.1.769.0. Everytime I try to log in, I get the following message: Failed to deserialize the JSON response: Unexpected character encountered while parsing value: <. Path ”, line 0, position…
1
vote
2 answers

Missing Quotes in Json

I have a very large Json file. It contains 27000 records. a record looks like this: { adlibJSON: { recordList: { record: [ { @attributes: { priref: "4372", created: "2011-12-09T23:09:57", modification: "2012-08-11T17:07:51", selected:…
0
votes
0 answers

JSON error - Expecting 'EOF', '}', ',', ']', got '{'

I have a big json file but don't know it shows some error... { "_index": "ttmnt", "_type": "********ils", "_id": "********DC", "_score": 1, "_source": { "_id": "********DC", "policyNo": "********461", "displayPolicyNo":…
B M
  • 41
0
votes
1 answer

is there a way to comment in json with an editor through comment file

At the comapny we force designers to work with some json, but that can't have comments. They usually use sublime. Is there any plugin or something what wouldinclude comment like things from another file into the json they're editing? Oter editor can…
csomakk
  • 221