Typed JSON
Last updated
Last updated
Typed JSON are C# classes that are serializeable to JSON. This makes it easy to work with JSON documents in an object-oriented manner.
The view-models are Typed JSON in Starcounter web apps.
defines it, the extends it, and it's to database data.
This section describes how to use Typed JSON.
and describes how to define the Typed JSON and extend it to allow for interactivity.
explains how to initially add database data to the Typed JSON objects and then bind Typed JSON objects to database classes.
describes the use of callback methods for certain actions on the Typed JSON objects.
and describes how to send and receive Typed JSON objects using HTTP.
and covers topics that, in most cases, are not practically applicable but can still be useful in some niche cases.