평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
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
(평가가 충분하지 않습니다)
1 users have favourite this asset
(1)
$4.99
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
Secure checkout:

Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members