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']
filter: $filter(function($v) { $v.blocks ~> $count() > 0 })
map: $.{ "newProp": referProp }
exclude props: $ ~> | $ | {}, ["excludeProp1", "excludeProp2"] |
wildcard: Property.* (#)
concat: Property.(SubProperty & '=' & SubProperty) (#)
more: $sort(Property.array[].{"date": date, "order": order}, function($l, $r) {$l.order < $r.order}) (#)
Bookmark
Preview
︙