package query-json
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Faster, simpler and more portable implementation of `jq` in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
query-json-0.6.1.tbz
sha256=0683e9ef60e0fddaec121b6d141dfc5ac90e321774573db9b2085e25b468f514
sha512=942552e512f927270094593d0004cc2a62bafb1d99b228e096f1a7157b49fff7ef011120ba99214cf23438abd93ae2b1feb77743a53ec15029f3d8fd32ad5ae8
doc/query-json.core/Ast/index.html
Module AstSource
Source
val pp_literal :
Ppx_deriving_runtime.Format.formatter ->
literal ->
Ppx_deriving_runtime.unitSource
val pp_builtin :
Ppx_deriving_runtime.Format.formatter ->
builtin ->
Ppx_deriving_runtime.unitSource
type expression = | Identity| Empty| Pipe of expression * expression| Update of expression * expression| Alternative of expression * expression| Comma of expression * expression| Literal of literal| Variable of string| List of expression option| Object of (expression * expression option) list| Walk of expression| Transpose of expression| Key of string| Optional of expression| Has of expression| Keys| Floor| Sqrt| Type| Sort| Min| Max| Unique| Reverse| Explode| Implode| Any| All| In of expression| Recurse| Recurse_with of expression * expression| Recurse_down| To_entries| To_string| Tostring| From_entries| With_entries of expression| Nan| Is_nan| Index of int list| Iterator| Range of int * int option * int option| Flatten of int option| Head| Tail| Map of expression| Slice of int option * int option| Flat_map of expression| Reduce of expression * string * expression * expression| Select of expression| Sort_by of expression| Group_by of expression| Unique_by of expression| Min_by of expression| Max_by of expression| All_with_condition of expression| Any_with_condition of expression| Some_ of expression| Find of expression| Operation of expression * op * expression| Length| Contains of expression| Test of string| Match of string| Scan of string| Capture of string| Sub of string * string| Gsub of string * string| To_number| Tonumber| Starts_with of expression| Startwith of expression| Ends_with of expression| Endwith of expression| Index_of of expression| Rindex_of of expression| Split of expression| Join of expression| Path of expression| If_then_else of expression * expression * expression| While of expression * expression| Until of expression * expression| Break| Try of expression * expression option| Limit of int * expression| Error_msg of expression option| Halt| Halt_error of int option| Isempty of expression| Foreach of expression * expression * expression * expression| Label of string * expression| Del of expression| Assign of expression * expression| Getpath of expression| Setpath of expression * expression| Paths| Paths_filter of expression| Def of string * string list * expression| Call of string * expression list| Not| Fun of builtin
Source
val pp_expression :
Ppx_deriving_runtime.Format.formatter ->
expression ->
Ppx_deriving_runtime.unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>