Is there a native JSON implementation on Windows that I can call from C? If not, what about .NET or C #? Or what if some library or implementation uses people when they want to use JSON in a Windows application?
Yes, there is a built-in Windows JSON parser: http://msdn.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx
It can be called from the native language using .NET ( COM Callable Wrapper ) communication tools, which may be more useful to you than a truly native library, as the first answer suggests.
The JSON page has a long list of such things . Make your choice.
Source: https://habr.com/ru/post/1345418/More articles:EF4 - ChangeObjectState is no longer available in RC - entity-frameworkHow can I use Pika to send and receive RabbitMQ messages? - pythonPython tweet retweets - pythonin the jquery ui dialog box, how can I change the color / contract in one modal dialog - jquerySecuring Ajax requests in ASP.net through authenticated web forms - securityNSOutlineView with transparent field editor - cocoaPython equivalent for Ruby define_method? - pythonBlender: changing alpha transparency of an object via Python? - pythonAvoiding downcasting when trying to extend a java object - javaWhat type of pointer operations is c ++All Articles