JSON Test
If a schema property is declared false, which of the following attributes can not be used to extend the schema?
In order to find the authors of all the books in the store, which of the JSONPath codes will you use?
In order to find the last book, which of the JSONPath codes will you use?
In order to find the price of everything in the store, which of the JSONPath codes will you use?
In the above code snippet, what is the purpose of declaring the JSONRequest.post?
In the code snippet below, which line contains an error? Line1: { Line2: "id":"person", Line3: "type":"object", Line4: "properties":{ Line5: "name":{"type":"string"}, Line6: "age":{"type":"integer...
JSON does not allow you to create an empty object.
State whether true or false. JSONRequest allows the connection when the Content-Type in both directions is an application/jsonrequest.
What does the [start:end:step] element of JSONPath signify?
What is the significance of the arrow before the following code in JSON? --> { "method": "echo", "params": ["Hello JSON-RPC"], "id": 1}
What will be the output of the code shown above?
Which of the following correctly describes the disallow property of the JSON Schema?
Which of the following correctly describes the function of the JSON.stringify method in JSON?
Which of the following correctly describes the JSON Schema?
Which of the following correctly describes the term tuple typing in JSON Schema?
Which of the following elements of JSONPath can be used to apply the filter(script) expression?
Which of the following features of JSON has the property of exemption from the same origin policy?
Which of the following is a valid JSONPath expression?
Which of the following is the correct syntax for declaring a <module> tag in JSON?
Which of the following is/are true with regard to JSONRequest?
Which of the following JSONPath elements represents the root object/element?
Which of the following JSONPath syntaxes will you use in order to filter all books where price is less than $10?
Which of the following methods is/are provided by JSONRequest?
Which of the following parameter values cannot be serialized in JSONRequest?
Which of the following parameters can be passed in the JSONRequest.get request?
Which of the following parameters can be passed in the JSONRequest.post request?
Which of the following parameters of JSONRequest hold/s the information of implicit authentication and cookies during post operation?
Which of the following properties are contained in the request for a JSON-RPC method invocation?
Which of the following properties form part of the response to a JSON-RPC method invocation?
Which of the following properties should be declared first in order to define a schema from an instance?
Which of the following schema properties always has a unique value for all its instances in JSON?
Which of the following schema properties does not need to be validated by JSON validators?
Which of the following schema properties takes schema as value in JSON?
Which of the following serialization formats is/are supported by JSON?
Which of the following statements correctly describes the following syntax? {"state":{optional:true},"town":{"required":"state",optional:true}}
Which of the following statements is correct about JSON?
Which of the following statements is/are not correct about the JSON-RPC?
Which of the following statements is/are true about modules with reference to JSON?
Which syntax is correct for the jsonPath() function during the implementation of JSONPath?
While using JSONRequest.cancel, what will happen to the request if it is still in the outgoing message queue?