android - JSON <=> Java Object Mapper which translates well with J2objc -


i use org.json.* classes part of j2objc distribution. mapping of dto classes , json objects made hand far. know there gson , jackson.

is there json object mapper library translates j2objc , works in translated objective-c code?

jackson , gson 2 best libraries, , both have been translated using j2objc ios apps different teams (no public ports i'm aware of, though).

if control server-side of app, though, protocol buffers faster json->java alternative. why they're used of google's ios apps, including inbox , sheets use j2objc. j2objc publicly supports protocol buffers.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -