Logo Partas.TypeProvider

Json Module

Minimal reader for the flat `{"Properties":{"Name":"value"}}` object that `dotnet msbuild -getProperty` emits. A dependency-free scanner rather than a JSON library, because the designer assembly targets netstandard2.0 and carries no runtime dependencies.

Functions and values

Function or value Description

readFlatObject name text

Full Usage: readFlatObject name text

Parameters:
    name : string
    text : string

Returns: (string * string) list

Reads the flat string-to-string object stored under `name`. Returns [] for anything it does not understand, including an absent key.

name : string
text : string
Returns: (string * string) list

Type something to start searching.