Header menu logo FSharp.Data

JsonExtensions Module

Provides the dynamic operator for getting a property of a JSON object

Functions and values

Function or value Description

jsonObject ? propertyName

Full Usage: jsonObject ? propertyName

Parameters:
    jsonObject : JsonValue
    propertyName : string

Returns: JsonValue

Get a property of a JSON object

jsonObject : JsonValue
propertyName : string
Returns: JsonValue

Type extensions

Type extension Description

this.Properties

Full Usage: this.Properties

Parameters:
    () : unit

Returns: (string * JsonValue)[]

Extended Type: JsonValue

() : unit
Returns: (string * JsonValue)[]

this.Properties

Full Usage: this.Properties

Returns: (string * JsonValue)[]

Extended Type: JsonValue

Returns: (string * JsonValue)[]

Type something to start searching.