Does Windows have a JSON API that can be called from C? -
Is there a basic implementation of JSON in Windows that I can call from C? If not, what about .NET or C #? Or if a library or implementation people want to use JSON in any Windows app, what do they use?
Yes, there is an built-in Windows JSON Parser:
Can be said using the .NET Interop feature (), which actually works for you from the local library, the first answer suggests.
Comments
Post a Comment