Re: Unicode escape with \u in json-read
Sven Hartrumpf <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
SH: >> I stumbled across this comment >> in json-read from file ./api/packrat/src/Llib/json.scm : >> >> ;; we don't support the "u" escape for unicode >> >> Do you plan to fix this? MS: > No, I don't as this is already supported by the JSON-PARSE function of the > Bigloo web library (see api/web). Oh, yes. That function seems to be more flexible and powerful than json-read. Thanks, Manuel.