Handbook
Glossary
read-second-surrogate ( stream -- hex )
Vocabulary
json
.
private
Inputs
stream
an
object
Outputs
hex
an
object
Definition
USING:
kernel
;
IN:
json.private
:
read-second-surrogate
( stream -- hex )
"\\u"
over
json-expect
stream-read-4hex
;