Access your Microsoft JSON DOM the easy way with the dynamic keyword
Accessing JSON data in C# requires more effort than in JavaScript due to static typing.
C# offers the dynamic keyword for late binding to access JSON data, but sacrifices static typing.