Read JSON file data from server to unity c#
{
"responses":[
{
"labelAnnotations":[
{
"mid":"/m/04dr76w", "description":"bottle", "score":0.949992 }, {
"mid":"/m/0838f", "description":"water", "score":0.94571584 }, {
"mid":"/m/089mxq", "description":"glassbottle", "score":0.852767 }, {
"mid":"/m/02rlncx", "description":"plasticbottle", "score":0.719726 }, {
"mid":"/m/01jwgf", "description":"product", "score":0.7112538 }, {
"mid":"/m/0271t", "description":"drink", "score":0.66801417 }, {
"mid":"/m/050h26", "description":"drinkware", "score":0.63911295 }, {
"mid":"/m/04shl0", "description":"distilledbeverage", "score":0.61234385 }, {
"mid":"/m/039jq", "description":"glass", "score":0.54063827 } ] } ] }
its whats appears in Print or Debug.log D: please help
Your answer
Follow this Question
Related Questions
Loading Json from Resources via Editor Script 1 Answer
Why does JsonUtility not support engine types? 1 Answer
A script behaviour has a different serialization layout... 7 Answers
Low fps in scene editor and game view 1 Answer
Editor problem, strange colors and scribbles in new projects. Bug? 1 Answer