Sadegh Hamzehei:
Hello I have a code that goes through WebRequest I get it from json web address How can I get it via dll?
Very simply, you'll need for that a JSON parser as a DLL.
My opinion, it's not the best option, but if it's really what you need, here's some link you might find useful :
- https://github.com/zserge/jsmn (light)
- https://github.com/JamesNK/Newtonsoft.Json (popular)
It'll need to be compiled & wrapped accordingly to your need then implemented in your code.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello I have a code that goes through WebRequest I get it from json web address How can I get it via Dll?