Internal
This matches the corresponding Haskell function in lbr-prelude.
lbr-prelude
jsonConstructor(title, fields) produces a JSON value as follows
jsonConstructor(title, fields)
{ "fields" : <fields>, "name" : <title>} Copy
{ "fields" : <fields>, "name" : <title>}
where <title> and <fields> are the parameters passed into the function.
<title>
<fields>
Generated using TypeDoc
This matches the corresponding Haskell function in
lbr-prelude
.