Handbook
Glossary
parse-key-value ( string -- value key )
Vocabulary
chrome-tools
Inputs
string
an
object
Outputs
value
an
object
key
an
object
Definition
USING:
kernel
splitting
;
IN:
chrome-tools
:
parse-key-value
( string -- value key )
trim-squotes
": "
split1
swap
;