Learning JSON
As a Delphi developer, there often isn't any need to use JSON in your apps. It may come up if you connect to REST data sources or pass data back and forth between some other external system. In TMS WEB Core apps, this is much more likely to come up, likely because you're doing exactly these kinds of things. Fortunately, there are plenty of resources available.
Here in the Support Center, there are many topics that cover aspects of JSON. Here are a few.
On the TMS Blog there are also posts that focus specifically on JSON.
- JSON backstage pass for TMS WebCore developers
- Extend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer (part 1)
- Extend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer (part 2)
And in addition to his wonderful TMS WEB Core Book, which includes a section on JSON, Dr. Holger Flick also recently made a video on the topic, How it works with Holger: How to use JSON in Delphi [Beginner] - YouTube.
I'm sure there are numerous other resources available, so as usual if you have any questions at all, just create a post here in the Support Center.