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 revisionPrevious revision
token:JSONValue [2019/06/25 03:39] peternlewistoken:JSONValue [2024/04/22 02:23] (current) peternlewis
Line 22: Line 22:
  
 ^ Token ^ Result ^ Comment ^ ^ Token ^ Result ^ Comment ^
-| `%JSONValue%J.a%` | `9` | (Variants have no affect) | +| `%JSONValue%J.a%` | `9` | (Variants have no effect) | 
-| `%JSONValue%J.b%` | `bravo` | (Compact/Pretty variant has no affect) | +| `%JSONValue%J.b%` | `bravo` | (Compact/Pretty variant has no effect) | 
-| `%JSONValueStrict%J.b%` | `"bravo"` | (Compact/Pretty variant has no affect) | +| `%JSONValueStrict%J.b%` | `"bravo"` | (Compact/Pretty variant has no effect) | 
-| `%JSONValue%J.c%` | `null` | (Variants have no affect) | +| `%JSONValue%J.c%` | `null` | (Variants have no effect) | 
-| `%JSONValue%J.d%` | `[11,"two",33]` | (Same as JSONValueCompact, Strict variant has no affect) |+| `%JSONValue%J.d%` | `[11,"two",33]` | (Same as JSONValueCompact, Strict variant has no effect) |
 | `%JSONValuePretty%J.d%` | `[\n\t11,\n\t"two",\n\t33\n]` | (\t is some form of indenting) | | `%JSONValuePretty%J.d%` | `[\n\t11,\n\t"two",\n\t33\n]` | (\t is some form of indenting) |
-| `%JSONValue%J.d[2]%` | `two` | (Compact/Pretty variant has no affect) | +| `%JSONValue%J.d[2]%` | `two` | (Compact/Pretty variant has no effect) | 
-| `%JSONValueStrict%J.d[2]%` | `"two"` | (Compact/Pretty variant has no affect) | +| `%JSONValueStrict%J.d[2]%` | `"two"` | (Compact/Pretty variant has no effect) | 
-| `%JSONValue%J.d[0]%` | `3` | (Variants have no affect) |+| `%JSONValue%J.d[0]%` | `3` | (Variants have no effect) |
 | `%JSONValue%J.d[-2]%` | `two` | (the second last entry) | | `%JSONValue%J.d[-2]%` | `two` | (the second last entry) |
 | `%JSONValue%J.d[COUNT()]%` | `3` | (the last entry) | | `%JSONValue%J.d[COUNT()]%` | `3` | (the last entry) |
token/JSONValue.1561433946.txt.gz · Last modified: by peternlewis

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki