= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
ON THIS PAGE
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Interface to Yojson
The type json
is basically Yojson
.Safe.json
STATUS: EXPERIMENTAL
type ('a, +'card) query = ('a, 'card) OLinq.t
Assuming the json is an object, obtain the given key, otherwise empty
If the json is a list, enter each of its element
map_list f j
maps f
over each element of j
, if j
is a list, and replaces each element with the resulting json value, and wraps those again into a json list
ON THIS PAGE