Man illustrationFlower illustration

Read JSON

Estimated reading: 1 minute 137 views

Reads a json file or a string in json format into a json type variable.


*File NameThe JSON file name is written.
*JSON stringThe string structure to be read is written.
*Result variable nameA variable name that will be created is written.
Note: * Fields selected with are required, others are optional.

You can use the File Name as shown in the example.

C:RobustaXml-JsonreadJsontest.json

You can use the JSON string as shown in the example.

[{ “id”: 1 }] { “id”: 1, “firstname”: “Katerina”, “job”: { “site”: “www.javacodegeeks.com”, “name”: “Java Code Geeks” } }

You can use the Result variable name as shown in the example.

resultJson
Share this Doc

Read JSON

Or copy link

CONTENTS
Chat Icon Close Icon