JSON Tutorial for Beginners | JSON Data Types? | Part-4


JSON Data Types













---Valid Data Types

In JSON, values must be one of the following data types:

    a string
    a number
    an object (JSON object)
    an array
    a boolean
    null

JSON values cannot be one of the following data types:

    a function
    a date
    undefined


   
JSON Strings

Strings in JSON must be written in double quotes.
Example
{ "name":"John" }

JSON Numbers

Numbers in JSON must be an integer or a floating point.
Example
{ "age":30 }


JSON Objects

Values in JSON can be objects.


{
"employee":{ "name":"John", "age":30, "city":"New York" }
}


JSON Arrays

Values in JSON can be arrays.
Example
{
"employees":[ "John", "Anna", "Peter" ]
}

JSON Booleans

Values in JSON can be true/false.
Example
{ "sale":true }



 Visit Our Channel : (Playlists)
https://www.youtube.com/channel/UCHIbErciyS3Hs0kjAz-at5Q/playlists

1) Learn Bootstrap : https://www.youtube.com/watch?v=cJCLwnhefWI&list=PL_HlKez9XCSMlD8O-JU3KhxgGd4AwLLZs

2) PHP Tutorial for Beginners (For Absolute Beginners)  : https://www.youtube.com/watch?v=eOoikS8JIDo&list=PL_HlKez9XCSOhiI5sKVYTE36Dv_rOFa6g

3) AngularJS Tutorial for Beginners  : https://www.youtube.com/watch?v=sXUXF2hyJsg&list=PL_HlKez9XCSOkdxgl-7CxJ3JalFKqLC0s

4) Java Tutorial For Beginners (Step by Step tutorial)  : https://www.youtube.com/watch?v=gl0evZRSGyc&list=PL_HlKez9XCSOXdDbsmQspUnE-VuLoKZ2I

5) Whats new in PHP 7 in Hindi : https://www.youtube.com/watch?v=iHCi6qWHOs0&list=PL_HlKez9XCSNDJdKKvZn7T7fhsu-GKHHT

6) Build a PHP MVC Application : https://www.youtube.com/watch?v=R86Jbu_ipdY&list=PL_HlKez9XCSNX5XakqCq_HEbzxa2RrrTH

7) CRUD with PHP and MySQLi Tutorial 2017 : https://www.youtube.com/watch?v=SO6nUBXhxEE&list=PL_HlKez9XCSNBJSSb_zd6jVtDbG85fG0K

8) PDO-OOP-PHP-CRUD-with-Bootstrap 2017 : https://www.youtube.com/watch?v=cMWYMlyksIc&list=PL_HlKez9XCSOSR6rVp8Na_fYIiiMGvPqD

9) Magic Methods in PHP Tutorial  : https://www.youtube.com/watch?v=hHdynTN6j6E&list=PL_HlKez9XCSP14Eq4yrnu_P--vrfedwyv

10) OOPS Tutorial for Beginners in PHP : https://www.youtube.com/watch?v=ub_kfV6IYA8&list=PL_HlKez9XCSML_dt8GpEXFrgicUrdA43w

11) Technology Tips and Tricks : https://www.youtube.com/watch?v=RdO4Dd86d9Y&list=PL_HlKez9XCSPHlcitIXyp1michKc8sS2f

12) Codeigniter Tutorial for Beginners Step by Step in Hindi | 2K17 :
https://www.youtube.com/watch?v=GcRv-3-pXeI&list=PL_HlKez9XCSM6WNO_dHhF3yPKVdY1ZZzB

If you have any doubt regarding this stuff than you can leave your comment in comment box.

Twitter id :https://twitter.com/tutorialspoint2

facebook : https://www.facebook.com/tutorialspoint2016

Instragram : https://www.instagram.com/tutorialspoint2016

Google plus : https://plus.google.com/+TutorialsPoint2016

Blogger : http://tutorialspoint2016.blogspot.in/

Don't forget to hit the Subscribe & Like button!

Comments

Popular posts from this blog

What is Software Testing💡Functional Testing vs Non functional Testing💡Manual vs Automation Testing

CodeIgniter Mini Project Tutorial in Hindi ( Pagination ) 💡 Very Simple Example

Core PHP 💡 Mini Project 💡 Project Overview with source code 💡 PHP Live Project Training 💡