literal | → | simple‑literal | complex‑literal |
simple‑literal | → | true | false | floating | integer | character | string | null |
complex‑literal | → | array‑literal | structured‑literal |
array‑literal | → | [ (expression % ,)? ] |
structured‑literal | → | { (expression % ,)? } |