any help please
If you're trying to parse a JSON file via a WebRequest, you can download a 3rd-party JSON parser or code one yourself.
Search the Code Base for JSON and the first result will be a JSON Parser. Note: this one may or may not work. The author links to his website for updates, but that website appears to be dead / empty.
thank you i foud the solution i search in google and i found solution thank you
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 used telegram bot for read from channel
https://api.telegram.org/bot<token>/getUpdates
i get
{"ok":true,"result":[{"update_id":569398535, "channel_post":{"message_id":5953,"sender_chat":{"id":-1001067566418,"title":"Metatrader","username":"mtatrader","type":"channel"},"chat":{"id":-1001067566418,"title":"Metatrader","username":"mtatrader","type":"channel"},"date":1635066197,"text":"yes"}},{"update_id":569398536, "channel_post":{"message_id":5954,"sender_chat":{"id":-1001067566418,"title":"Metatrader","username":"mtatrader","type":"channel"},"chat":{"id":-1001067566418,"titlei want to get it in struct array
i want to get theses infos
thank you