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/Lexer/index.html
Module LexerSource
Source
type token = | NUMBER of float| STRING of string| BOOL of bool| IDENTIFIER of string| FUNCTION of string| VARIABLE of string| OPEN_PARENT| CLOSE_PARENT| OPEN_BRACKET| CLOSE_BRACKET| OPEN_BRACE| CLOSE_BRACE| SEMICOLON| COLON| DOT| RECURSE| PIPE| UPDATE_ASSIGN| ALTERNATIVE| QUESTION_MARK| COMMA| NULL| ADD| SUB| DIV| MULT| MODULO| AND| OR| EQUAL| NOT_EQUAL| GREATER| LOWER| GREATER_EQUAL| LOWER_EQUAL| RANGE| FLATTEN| REDUCE| IF| THEN| ELSE| ELIF| END| AS| EOF
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>