I'm developing a Translator App on Menubar for MacBooks.
Problem:
I can't parse JSON results from Google Translate API.
Example JSON result:
{
"data": {
"translations": [
{
"translatedText": "Hello World"
}
]
}
}
Please help me!
Edit : Add my codes
http://imgim.com/ekranresmi2015-06-21112615.png
and i use SwiftHTTP for http requests. https://github.com/daltoniam/SwiftHTTP
I solved problem use SwiftyJSON :)
https://github.com/SwiftyJSON/SwiftyJSON