urbit/main/mar/json/door.hook

20 lines
461 B
Plaintext
Raw Normal View History

2014-07-29 08:13:44 +04:00
::
2014-10-08 23:06:40 +04:00
:::: /hoon/core/json/mar
2014-07-29 08:13:44 +04:00
::
/? 314
::
:::: compute
::
|_ jon=json
::
++ grow :: convert to
|%
++ mime :: convert to %mime
=+ htm=(crip (pojo jon))
[/text/html (taco htm)]
--
2014-10-08 23:06:40 +04:00
++ grab |% :: convert from
++ noun json :: clam from %noun
-- --
2014-07-29 08:13:44 +04:00