Results 231 to 240 of about 120,891 (289)
Some of the next articles are maybe not open access.

JSON Numeric Values: Defining Numbers in JSON

2016
Chapter 7 looked at the string data type; now let’s examine the number data value in JSON. It lets you define a wide range of numeric data values that can be supported in your JSON data-definition structures.
openaire   +1 more source

JSON Character Values: Defining Strings in JSON

2016
Chapter 6 looked at the two different types of special data types, Boolean and null; Chapter 4 covered JSON object data structures, the primary structures used to define objects; and Chapter 5 discussed the secondary array data structure used to define data arrays.
openaire   +1 more source

JSON data management

Proceedings of the 2014 ACM SIGMOD International Conference on Management of Data, 2014
Relational Database Management Systems (RDBMS) have been very successful at managing structured data with well-defined schemas. Despite this, relational systems are generally not the first choice for management of data where schemas are not pre-defined or must be flexible in the face of variations and changes.
Zhen Hua Liu   +2 more
openaire   +1 more source

Testing JSON Decoding

2021
This chapters presents two ways to write tests for code that directly decodes JSON input and dives into the trade-offs of using TDD for implenting this kind of logic.
openaire   +1 more source

JSON and Ajax

2011
Web pages have evolved over recent years, mimicking the functionality found on desktop applications. Despite the added complexity, the user experience has greatly improved; developed sites feel more responsive and engaging. Through quicker feedback, popup tips, auto-completion, and fewer necessary full-page reloads, browsing is a richer, more intuitive,
Peter MacIntyre   +2 more
openaire   +1 more source

JSON Type Definition

2020
This document proposes a format, called JSON Type Definition (JTD), for describing the shape of JavaScript Object Notation (JSON) messages. Its main goals are to enable code generation from schemas as well as portable validation with standardized error indicators.
openaire   +1 more source

Handling JSON

2023
Baji Shaik, Dinesh Kumar Chemuduru
openaire   +1 more source

JSON Data Values: Types of Data that JSON Supports

2016
You have looked at the two types of JSON data structures: one used to define objects, covered in Chapter 4; and the other used to define data arrays, covered in Chapter 5. This chapter discusses the different types of data values that can be supported in your JSON data-definition structures.
openaire   +1 more source

Persisting JSON: II

2015
In Chapter 5, you learned how JSON.stringify captures the data possessed by an identified JavaScript value. This occurs by reverse engineering the specified target into its literal form, in accordance with the JSON grammar, thus capturing the current state of a model for a particular application as JSON text.
openaire   +1 more source

Introduction - XML, JSON

2017
This chapter introduces basic concepts about XML and JSON. At the end of this chapter there is an exercise for environment setup.
openaire   +1 more source

Home - About - Disclaimer - Privacy