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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -