ios - NSDictionary from json -


how can create nsdictionary json response without manually adding object keys?

yes can.

nsdictionary *dictionary = [nsjsonserialization jsonobjectwithdata:data options:kniloptions error:&error]; 

see here


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -