JsonExtensions
Extension methods that can be used to work with JsonValue in a less safe, but more convenient way. This module also provides the dynamic operator.
Functions and values
Function or value | Description |
( ? ) jsonObject propertyName
Signature: jsonObject:JsonValue -> propertyName:string -> JsonValue
|
Get property of a JSON object (assuming that the value is an object) |