Typed JSON

Introduction

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.

JSON-by-example defines it, the Code-Behind extends it, and it's bound to database data.

Content

This section describes how to use Typed JSON.

Last updated