json

Create a convertor container with data source being json document.

  1. auto json(JSONValue value)
  2. auto json(string pathOrData, bool returnEmpty)
    json
    (
    string pathOrData
    ,
    bool returnEmpty = true
    )

Parameters

pathOrData string

path to source of data or source data itself in form of string for container to use to construct components.

returnEmpty bool

wheter to return or not a locator with empty data source

Return Value

Type: auto

JsonConvertorContainer

Meta