- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Sat, 07 Dec 2024 15:30:11 +0000
- To: ixml <public-ixml@w3.org>
Received on Saturday, 7 December 2024 15:30:18 UTC
From a correspondent:
<<<<
It is the tests/correct/json.ixml grammar from
https://github.com/invisibleXML/ixml/blob/master/tests/correct/json.ixml
with a tiny fix to make it un-ambiguous:
int: "-"?, digit;
"-"?, onenine, digit+.
(ie replace the digit* with digit+)
>>>>
Steven
Received on Saturday, 7 December 2024 15:30:18 UTC