properd

Create a convertor container with data source being properd document.

  1. auto properd(string[string] value, PropertyAccessor!(string[string], string) accessor, TypeGuesser!string guesser, RCIAllocator allocator)
    properd
    (
    string[string] value
    ,
    PropertyAccessor!(string[string], string) accessor
    ,,
    RCIAllocator allocator = theAllocator
    )
  2. auto properd(string[string] value, TypeGuesser!string guesser, RCIAllocator allocator)
  3. auto properd(string[string] value, RCIAllocator allocator)
  4. auto properd(RCIAllocator allocator)
  5. auto properd(string pathOrData, bool returnEmpty)

Parameters

value string[string]

source of data for container to use to construct components.

accessor PropertyAccessor!(string[string], string)

property accessing logic

guesser TypeGuesser!string

type guesser based on held properd value

allocator RCIAllocator

allocator used to allocate converted values

Return Value

Type: auto

JsonConvertorContainer

Meta