User Tools

Site Tools


token:JSONValue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
token:JSONValue [2019/06/24 08:04]
peternlewis
token:JSONValue [2019/06/24 23:33]
peternlewis
Line 30: Line 30:
 | `%JSONValue%J.d[2]%` | `two` | (Compact/​Pretty variant has no affect) | | `%JSONValue%J.d[2]%` | `two` | (Compact/​Pretty variant has no affect) |
 | `%JSONValueStrict%J.d[2]%` | `"​two"​` | (Compact/​Pretty variant has no affect) | | `%JSONValueStrict%J.d[2]%` | `"​two"​` | (Compact/​Pretty variant has no affect) |
-| `%JSONValueStrict%J.d[0]%` | `3` | (Variants have no affect) |+| `%JSONValue%J.d[0]%` | `3` | (Variants have no affect) | 
 +| `%JSONValue%J.d[-2]%` | `two` | (the second last entry) | 
 +| `%JSONValue%J.d[COUNT()]%` | `3` | (the last entry) |
  
 The exact format of the white space in the Pretty format should not be assumed, it might be any number of spaces or tabs. The exact format of the white space in the Pretty format should not be assumed, it might be any number of spaces or tabs.
Line 54: Line 56:
 * [[token:​JSONFromDictionary | JSONFromDictionary]] * [[token:​JSONFromDictionary | JSONFromDictionary]]
 * [[token:​JSONFromVariables | JSONFromVariables]] * [[token:​JSONFromVariables | JSONFromVariables]]
-* [[token:​JSONValue | JSONValue]] 
 * [[:​Tokens|See all Tokens]] * [[:​Tokens|See all Tokens]]
 +
 +=== Collections ===
 +
 +* [[collection:​JSON_Keys | JSON Keys]]
 +* [[:​Collections |See all Tokens]]
  
token/JSONValue.txt · Last modified: 2024/04/21 22:23 by peternlewis