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
|
Full Usage:
readFlatObject name text
Parameters:
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.
|
Partas.TypeProvider