SaladLab / Json.Net.Unity3D

Forked Newtonsoft.Json to support Unity3D
MIT License
918 stars 169 forks source link

JObject ? #37

Open Fangh opened 5 years ago

Fangh commented 5 years ago

Hello.

I would like to know if we can use JObject with your package ?

Visual Studio can't find the type image

and there is nothing under Newtonsoft.Json.Linq

image

I want to achieve something like that :

image

Fangh commented 5 years ago

If found a solution to my issue without using JObject. But I am still looking forward to know if JObject is in this UnityPackage.

image