Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is there any MFC class to deal with JSON objects?
Posted

1 solution

No, MFC doesn't have any JSON (Java Script Object Notation) classes. You can take this one (Boost): JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit[^]
 
Share this answer
 
v2
Comments
arpoador 25-Jul-14 8:05am    
Maybe, it'd be simpler to instantiate a C# application specific to return a JSON object, as required.
Leo Chapiro 25-Jul-14 8:31am    
Maybe you have looked for a C++ (MFC) solution? What do you mean "as required"?
arpoador 25-Jul-14 8:41am    
I mean as required by the application, eventually.
During execution, a specific reason may arise to transform an object into a JSON, as required.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900