We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477d6d9 commit 2079d05Copy full SHA for 2079d05
docs/programming.md
@@ -48,7 +48,29 @@ The expression `predicate` is evaluated. If its effective boolean value (see de
48
49
__Examples__
50
51
-TBD
+<div class="jsonata-ex">
52
+ <div>Account.Order.Product.{
53
+ `Product Name`: $.Price > 100 ? "Premium" : "Basic"
54
+}</div>
55
+ <div>[
56
+ {
57
+ "Bowler Hat": "Basic"
58
+ },
59
60
+ "Trilby hat": "Basic"
61
62
63
64
65
66
+ "Cloak": "Premium"
67
+ }
68
+]</div>
69
+</div>
70
+
71
72
73
74
75
## Variables
76
0 commit comments