Sample JSON API Archives - Learning Container https://www.learningcontainer.com/tag/sample-json-api/ Let's Learn ... Tue, 16 Jul 2024 15:39:01 +0000 en-US hourly 1 https://www.learningcontainer.com/wp-content/uploads/2024/07/favicon.webp Sample JSON API Archives - Learning Container https://www.learningcontainer.com/tag/sample-json-api/ 32 32 JSON Test Data https://www.learningcontainer.com/json-test-data/ Tue, 20 Nov 2018 21:10:53 +0000 https://www.learningcontainer.com/?p=579 The post JSON Test Data appeared first on Learning Container.

You can find below Json test data free and easy to use. You can also call sample-json API directly for JSON Test Data.https://tools.learningcontainer.com/sample-json.json Learn more about JSON refer this blogs. Denail SoovyHello, I am Denail Soovy. I am a developer of different technology. I am passionate about teaching and Daily teaching many students. I want to share ...

Read more

The post JSON Test Data appeared first on Learning Container.

]]>
The post JSON Test Data appeared first on Learning Container.

You can find below Json test data free and easy to use.

{
    "firstName": "Racks",
    "lastName": "jacson",
    "gender": "man",
    "age": 24,
    "address": {
        "streetAddress": "Udhna",
        "city": "san jone",
        "state": "CA",
        "postalCode": "95210"
    },
    "phoneNumbers": [
        { "type": "home", "number": "27627" }
    ]
}

You can also call sample-json API directly for JSON Test Data.
https://tools.learningcontainer.com/sample-json.json

Learn more about JSON refer this blogs.

The post JSON Test Data appeared first on Learning Container.

]]>
JSON example https://www.learningcontainer.com/json-example/ Tue, 18 Sep 2018 20:35:11 +0000 https://www.learningcontainer.com/?p=463 The post JSON example appeared first on Learning Container.

Below is some JSON Example that will help you to better understand about JSON. JSON Object Example { "Person": { "name" : "Racks","age" : 10,"married" : true } } JSON Array Example ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] JSON example or JSON file example { "firstName": "Racks", "lastName": "Jacson", "gender": "man", "age": 24, "address": ...

Read more

The post JSON example appeared first on Learning Container.

]]>
The post JSON example appeared first on Learning Container.

Below is some JSON Example that will help you to better understand about JSON.

JSON Object Example

{ 
"Person":
{
"name" : "Racks",
"age" : 10,
"married" : true } }

JSON Array Example

["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]

JSON example or JSON file example

{
    "firstName": "Racks",
    "lastName": "Jacson",
    "gender": "man",
    "age": 24,
    "address": {
        "streetAddress": "Udhna",
        "city": "San Jone",
        "state": "CA",
        "postalCode": "95221"
    },
    "phoneNumbers": [
        { "type": "home", "number": "27627" }
    ]
}

JSON file example

If you want to JSON file example then you can refer below link in this I have added many sample JSON files that you can use for Example.

https://www.learningcontainer.com/sample-json-file

You can also check JSON to XML on below link.

You can refer below some article.

The post JSON example appeared first on Learning Container.

]]>
4 New Sample JSON Files and APIs Download https://www.learningcontainer.com/sample-json-file/ Tue, 18 Sep 2018 17:57:43 +0000 https://www.learningcontainer.com/?p=458 The post 4 New Sample JSON Files and APIs Download appeared first on Learning Container.

The sample JSON file is available here for download and viewing. You can download and edit it to fit your needs. Nowadays mostly all cross-platform used JSON objects and data for communication.  So, Here we added some different types of JSON data and files for download and uses. If you want a different file for ...

Read more

The post 4 New Sample JSON Files and APIs Download appeared first on Learning Container.

]]>
The post 4 New Sample JSON Files and APIs Download appeared first on Learning Container.

The sample JSON file is available here for download and viewing. You can download and edit it to fit your needs.

Json Data

Nowadays mostly all cross-platform used JSON objects and data for communication.  So, Here we added some different types of JSON data and files for download and uses.

If you want a different file for your use please contact us now and we will definitely add it for you. We have also added some API URL for directly used JSON data.

Checkout JSON Files

Download the below JSON files examples and uses it as per your requirements.

Sample JSON file download

Below you got a JSON file for download and reuse it as you need.

Sample JSON data

Below you got another JSON file sample for Download.

Sample JSON file with multiple records download

Here, You can find a sample JSON file with multiple records in which User data with 5 Records is available. You can check that record below and download it. If you want to download multiple data with employee records, then scroll down a bit more and find 3 records with employee information.

{
"users": [
{
"userId": 1,
"firstName": "Krish",
"lastName": "Lee",
"phoneNumber": "123456",
"emailAddress": "krish.lee@learningcontainer.com"
},
{
"userId": 2,
"firstName": "racks",
"lastName": "jacson",
"phoneNumber": "123456",
"emailAddress": "racks.jacson@learningcontainer.com"
},
{
"userId": 3,
"firstName": "denial",
"lastName": "roast",
"phoneNumber": "33333333",
"emailAddress": "denial.roast@learningcontainer.com"
},
{
"userId": 4,
"firstName": "devid",
"lastName": "neo",
"phoneNumber": "222222222",
"emailAddress": "devid.neo@learningcontainer.com"
},
{
"userId": 5,
"firstName": "jone",
"lastName": "mac",
"phoneNumber": "111111111",
"emailAddress": "jone.mac@learningcontainer.com"
}
]
}

Sample employee JSON data

Here, You can find an employee JSON data example. I have added 3 JSON Data. So, you can test it with multiple records. Change it as per your requirement and update it as you want it’s all yours. If you want to view JSON data in proper format then you can use JSON Prettify.

Checkout data below :

 

{
"Employees": [
{
"userId": "krish",
"jobTitle": "Developer",
"firstName": "Krish",
"lastName": "Lee",
"employeeCode": "E1",
"region": "CA",
"phoneNumber": "123456",
"emailAddress": "krish.lee@learningcontainer.com"
},
{
"userId": "devid",
"jobTitle": "Developer",
"firstName": "Devid",
"lastName": "Rome",
"employeeCode": "E2",
"region": "CA",
"phoneNumber": "1111111",
"emailAddress": "devid.rome@learningcontainer.com"
},
{
"userId": "tin",
"jobTitle": "Program Directory",
"firstName": "tin",
"lastName": "jonson",
"employeeCode": "E3",
"region": "CA",
"phoneNumber": "2222222",
"emailAddress": "tin.jonson@learningcontainer.com"
}
]
}

How to create JSON files

Check the below article for step-by-step guidelines for creating JSON files.

How to Create JSON File

How to Open JSON files

If you confused to open the JSON file then the below article will help you in that.

How to Open JSON files

JSON Examples

Here you can find some examples that directly use in your code.

JSON file Example 1:

{
"Name":"Denu",
"Contact":12345678
}

In the above example, the Name is a string type and the contact is a number type. there are many data types available in JSON. check out JSON Data Type for More info.

JSON file Example 2:

{ 
"firstName": "Rack",
"lastName": "Jackon",
"gender": "man",
"age": 24,
"address":
{
"streetAddress": "126",
"city": "San Jone",
"state": "CA",
"postalCode": "394221"
},
"phoneNumbers":
[
{
"type": "home",
"number": "7383627627"
}
]
}

If you want to download sample excel data for analysis then click on it.

JSON format example:

{
"Name": "Test",
"Mobile": 12345678,
"Boolean": true,
"Pets": ["Dog", "cat"],
"Address":
{
"Permanent address": "USA",
"current Address": "AU"
}
}

You can also call sample-JSON API directly. Here, you can directly use the sample JSON URL to view the JSON file online.

Sample JSON API:

JSON URL example:

The post 4 New Sample JSON Files and APIs Download appeared first on Learning Container.

]]>
How to create a JSON file? https://www.learningcontainer.com/how-to-create-json-file/ Mon, 10 Sep 2018 16:11:22 +0000 https://www.learningcontainer.com/?p=385 The post How to create a JSON file? appeared first on Learning Container.

How to create a JSON file? Here are two options for creating a new JSON document. Using Text Editor Using Online Tools   Are you looking for JSON Files then It’s Here. The JSON file contains a JSON Object and an Array. The MIME type for JSON text is “application/JSON” For more information about JSON ...

Read more

The post How to create a JSON file? appeared first on Learning Container.

]]>
The post How to create a JSON file? appeared first on Learning Container.

How to create a JSON file?

Here are two options for creating a new JSON document.

  1. Using Text Editor
  2. Using Online Tools

 

Are you looking for JSON Files then It’s Here.

The JSON file contains a JSON Object and an Array.

The MIME type for JSON text is “application/JSON”

For more information about JSON File check out https://www.learningcontainer.com/what-is-a-json-file/#What_is_a_JSON_file.

If you want to Download the direct JSON Files check out the sample JSON file. Here, You can find all types of sample JSON files that you can download and modify according to your uses.

Let's start creating a JSON file:

1. Using Text Editor:

To create a JSON file, simply open the file in any text editor, paste the code below into it, and save the file with the.json extension.

You can save this file like “sample-son.json”.

{
    "firstName": "Rack",
    "lastName": "jackson",
    "gender": "man",
    "age": 24,
    "address": {
        "streetAddress": "126 Udhna",
        "city": "san jone",
        "state": "CA",
        "postalCode": "394221"
    },
    "phoneNumbers": [
        { "type": "home", "number": "7383627627" }
    ]
}

Check out the below link for “Save a file in JSON format using Notepad++”.
https://stackoverflow.com/questions/29232728/save-a-file-in-json-format-using-notepad
jsonbeautifier

2. Using Online Tools:

Go into JSON Parser online web tools which the link provides below.

Simply copy and paste your JSON data into the box on the left. download this file by clicking on the download icon, or it will download the JSON document.

A second option is a JSON parser that provides sample JSON data that you can use and will allow downloading.

json parser

If you have a JSON file or document already, you can upload it to this tool, make some changes to the objects in the array that make up the JSON, and then download the newly modified, valid JSON file.

This tool is also useful for converting a plain text file into JSON. Simply copy and paste a text file or upload a file using the open file button for instant JSON validation.

How to Open JSON File

You need to save the above code with the .json extension.

More details about how to create a JSON file? you can find out below details:

The JSON file can be accessed via URL. 

It’s a Plain text file so, you can also directly open that file.

You can add this file to the server and use it via URL and directly format through JSON Beautifier Tool. Like https://jsonbeautifier.org/?url=https://tools.learningcontainer.com/sample-json-file.json.

You can refer to https://jsonparser.org/ to display data in the proper format and you can compare it to JSON file => https://tools.learningcontainer.com/jsoncompare/.

The post How to create a JSON file? appeared first on Learning Container.

]]>