Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

JSON Book: Easy Learning of JavaScript Standard Object Notation

Posted By: naag
JSON Book: Easy Learning of JavaScript Standard Object Notation

JSON Book: Easy Learning of JavaScript Standard Object Notation
English | 2016 | ISBN-10: 154122812X | 112 pages | PDF, AZW3, EPUB (conv) | 0.3 Mb

This book is an exploration of JavaScript Standard Object Notation (JSON). Most of you might have heard about it, and it is used for displaying data on web browsers. JSON supports conversions. This means that we are able to convert data from one format to another format. For instance, we can convert JSON objects into some JavaScript strings, and the vice versa is true.

This book guides you on how to do this. You can also do conversions between Java and JSON, that is, convert Java code to JSON and JSON code to Java code. This can be accomplished by use of the GSON tool.

This book guides you on how to use this tool for that purpose. When programming in Python, you will often need to retrieve data. In such a case, you can make use of JSON so as to accomplish this purpose.

This book also explores this in detail. The Model-View-Controller model is also supported in JSON. This book guides you on how to implement such architecture with JSON in your applications. We can also work with views, using both XML and JSON. You will learn how to do this. You will also learn how to combine JSON with Android and Go.

The following topics are discussed in this book:

- Conversions in JSON
- Storage and Retrieval of Data in Python with JSON
- The Model-View-Controller (MVC)
- JSON Web Service
- XML and JSON Views
- Android and JSON
- JSON and Go