IN: scratchpad TUPLE: request-message id method params ; IN: scratchpad C: request-message IN: scratchpad "{\"params\": [], \"method\": \"PUT\", \"id\": 10}" json> IN: scratchpad Command: continue-restart 1: Note: Added "json.reader" vocabulary to search path --- Data stack: H{ { "id" 10 } { "params" ~array~ } { "method" "PUT" } } IN: scratchpad [ "id" of ] [ "method" of ] [ "params" of ] tri --- Data stack: 10 "PUT" { } IN: scratchpad --- Data stack: T{ request-message f 10 "PUT" ~array~ }