Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

What are the header files needed to be specified when opening a .json file in Ubuntu and how to compile the code i.e the syntax i am asking. Is it similar like normal compilation in Ubuntu or there are any other specific commands.
Posted

1 solution

you would have to use an open source library for that, if Ive read your question correctly

here's one http://sourceforge.net/projects/cjson/files/[^]

its likely to have a '.h' file to include into your code and a '.c' file to compile and link with
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Nov-14 8:41am    
5ed.
—SA

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