Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Has anyone worked with json in C++ in Visual studio?
Actually i want to pass the data through my C# DLL to my C++ program through JSON object i searched net but i found the json parser and creation that run in Linux.I want some sample that run in VISUAL STUDIO 2010.

Please help me
Posted
Comments
Richard MacCutchan 10-Oct-12 8:36am    
some sample that run in VISUAL STUDIO 2010.
Visual Studio is a development environment, it is not a language or a framework.
Tarun Batra 10-Oct-12 8:52am    
sir i downloaded "JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit[^]" it contain so many projects which to run and it has so many errors while running in Visual studio
Richard MacCutchan 10-Oct-12 10:00am    
Why are you spending more time with something you don't begin to understand? You cannot create a workable project just by downloading code from the internet. Based on your previous questions you are working your way into a blind alley once again. Find a language that you understand and stick to it; mixing C# and C++ requires a good understanding of both languages, and the differences between them in terms of data handling.
Tarun Batra 10-Oct-12 10:05am    
Sir you are totally correct but i have to work as per requirement
Richard MacCutchan 10-Oct-12 10:21am    
Well I guess you have a long road ahead of you.

1 solution

 
Share this answer
 
Comments
Tarun Batra 10-Oct-12 8:43am    
sir i downloaded "JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit[^]" it contain so many projects which to run and it has so many errors while running in Visual studio

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