urbit/mar/json.hoon

24 lines
558 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
|%
2015-03-14 02:44:46 +03:00
++ mime [/text/json (taco txt)] :: convert to %mime
++ txt (crip (pojo jon))
2014-07-29 08:13:44 +04:00
--
2015-02-27 09:35:41 +03:00
++ grab
|% :: convert from
2015-07-10 00:07:17 +03:00
++ mime |=([p=mite q=octs] (fall (rush (,@t q.q) apex:poja) *json))
2015-02-27 09:35:41 +03:00
++ noun json :: clam from %noun
++ numb jone
++ time jode
2015-02-27 09:35:41 +03:00
--
2015-07-08 01:22:32 +03:00
++ grad %mime
2015-02-27 09:35:41 +03:00
--