JSON response to C/C++ object and C/C++ objects to Java /Objective C -


is there way convert json response c/c++ object structure and,convert object (c/c++) objects java or objective c.

there tons of libraries java side @ least; favorite jackson, others gson , flex-json work well. , although many fall it, recommend against using org.json's default lib; it's old proof-of-concept , missing useful things other libs offer.

note given json interchange format, there need/should not close coupling between c/c++ libs , java libs; each can , should map data using whatever works best on platform.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -