diff --git a/pkg/arvo/sys/zuse.hoon b/pkg/arvo/sys/zuse.hoon index 629857d994..8eb35862eb 100644 --- a/pkg/arvo/sys/zuse.hoon +++ b/pkg/arvo/sys/zuse.hoon @@ -4696,22 +4696,6 @@ 4 -- ::de -- ::json - :: +en-json:html: encode json to tape - :: - :: XX: deprecated; use +en:json:html - :: - ++ en-json - |= jon=^json - ^- tape - (trip (en:json jon)) - :: +de-json:html: parse cord to (unit json) - :: - :: XX: deprecated; use +de:json:html - :: - ++ de-json - |= txt=cord - ^- (unit ^json) - (de:json txt) :: :: ++en-xml:html ++ en-xml :: xml printer =< |=(a=manx `tape`(apex a ~))