package b0
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0
doc/b0.std/B0_json/Jsong/index.html
Module B0_json.Jsong
Source
JSON value generation.
Generation
The type for generated JSON values.
The type for generated JSON arrays.
el cond v arr
is el (v ()) arr
if cond
is true
and arr
otherwise.
The type for generated JSON objects.
mem_if cond name v o
is mem name (v ()) o
if cond
is true
and o
otherwise.
Derived generators
strf fmt ...
is a JSON string generated value formatted according to fmt
.
option some o
is o
as a generated JSON value which is null
if o
is None
and some v
if o
is some v
.
list el l
is l
as a generated JSON array whose elements are generated using el
.
Output
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page