{{

"boundingBox": {

"vertices": [

{

"x": 162,

"y": 96

},

{

"x": 163,

"y": 86

},

{

"x": 239,

"y": 91

},

{

"x": 239,

"y": 101

}

]

},

"symbols": [

{

"property": {

"detectedBreak": {

"type": "LINE_BREAK"

}

},

"boundingBox": {

"vertices": [

{

"x": 162,

"y": 96

},

{

"x": 163,

"y": 86

},

{

"x": 239,

"y": 91

},

{

"x": 239,

"y": 101

}

]

},

"text": "ㅍ",

"confidence": 0.9

}

],

"confidence": 0.9

}}


text만 string으로 출력하고싶은데


JObject ob = JObject.Parse(text);

string data = ob["symbols"]["text"].ToString();

파싱이 안됩니다.