Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Input Management
1/5
JSON is a lightweight format for communication between your game and a webserver.

Lightweight as it may be, it is still a lot of work to convert JSON data into usable objects in your game. SimpleJSON deals with all this headache for you in the easiest way possible.

- import JSON
- export JSON and XML
- uses Hashtables and ArrayLists

Imports any JSON string into Unity at runtime. The results are formatted as a hierarchy of plain Hashtables and ArrayLists. And it doesn't throw exceptions the very second your JSON isn't 100% according to standards either.

No fancy stuff, no nonsense, just a lightweight importer and a few handy extensions to the existing C# Hashtable and ArrayList classes to easily retrieve information from the data hierarchy.

Import a JSON string:
myHashtable = SimpleJsonImporter.Import(jsonString);

Export a JSON string:
string jsonString = myHashtable.JsonString();

Query the hierarchy
Hashtable bookInfo = myHashtable.GetNodeWithProperty("Author", "George Orwell");

All source code is included and written in C#. There are no DLL's or hidden stuff.

Like all other Orbcreation packages, it has online documentation.

Version 1.1:
Added extra access functions to data members
Updated result view in demo
Now uses default extension methods, compatible with other Orbcreation packages

SimpleJSON importer

(5)
75 users have favourite this asset
(75)
$5
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
License type
File size
1.2 MB
Latest version
1.1
Latest release date
Invalid date
Original Unity version
4.5.0
Support
Visit site
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR