Editor
font size:
Result View
●
TimeStamp Converter
More
keyboard shortcut: link
more editor settings: click the editor →
cmd
+ ,
more editor actions: click the editor →
f1
JSONata expression guide: link
func:
$distinct(Property)
, $sum(Property)
, $substring(Property, 0, 4)
array func: $sort(Array)
, Array ~> $sort()
, $count(Array)
filter: Property[SubProperty='Value']
wildcard: Property.*
(#)
concat: Property.(SubProperty & '=' & SubProperty)
(#)
more: $sort(Property.array[].{"date": date, "order": order}, function($l, $r) {$l.order < $r.order})
(#)
Bookmark
Preview
︙