mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
::
|
|
:::: /mar/hall/prize/hoon
|
|
::
|
|
/- hall
|
|
/+ hall-json
|
|
::
|
|
|_ piz/prize:hall
|
|
::
|
|
++ grab ::> convert from
|
|
|%
|
|
++ noun prize:hall ::< from %noun
|
|
++ json ::> from %json
|
|
=> [. dejs:hall-json] ::TODO =,
|
|
=, dejs-soft:format
|
|
|= a/json
|
|
^- prize:hall
|
|
=- (need ((of -) a))
|
|
:~ client+pici
|
|
circles+(as so)
|
|
public+(as circ)
|
|
:: burden not needed
|
|
:: report not needed
|
|
circle+pack
|
|
==
|
|
--
|
|
::
|
|
++ grow ::> convert to
|
|
|%
|
|
++ json ::> to %json
|
|
=> [. enjs:hall-json] ::TODO =,
|
|
=, enjs:format
|
|
%+ frond -.piz
|
|
?+ -.piz !!
|
|
$client (pici +.piz)
|
|
$circles (sa cis.piz cord:enjs:hall-json)
|
|
$public (sa cis.piz circ)
|
|
:: burden not needed
|
|
:: report not needed
|
|
$circle (pack +.piz)
|
|
==
|
|
--
|
|
--
|