F# Data


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 valueDescription
( ? ) jsonObject propertyName
Signature: jsonObject:JsonValue -> propertyName:string -> JsonValue

Get property of a JSON object (assuming that the value is an object)

Fork me on GitHub