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/6

One-file JSON Parser can parse JSON in a single file, ItsJsonParser.cs.

You can easily use, copy, modify, reproduce, transmit, and distribute the software.


Feature

  • Parse JSON string to class
  • Parse class to JSON string

Details

  • Nested classes and structs can be parsed
  • Nested Arrays and Lists can be parsed
  • Enum variables can be parsed as name
  • Nullable variables can be parsed (when not null)
  • SerializeField and NonSerialized attributes can be used to mark as parse target

Example

To JSON text from Class

FooClass foo = new FooClass();

string jsonText = ItsJsonParser.ToJson(foo);


From JSON text to Class

string jsonText = "{\"foo\":1, \"bar\":\"baz\"}";

FooClass foo = ItsJsonParser.FromJson<FooClass>(jsonText);

One-File JSON Parser

(not enough ratings)
$4.99
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
22.0 KB
Latest version
1.0
Latest release date
Aug 13, 2024
Original Unity version
2023.1.13
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