objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lex to/of yojson

futurGH b29fca41 116aafe3

+4
+4
mist/lib/lex.ml
··· 85 85 m 86 86 | _ -> 87 87 raise (Failure "Decoded non-record value") 88 + 89 + let of_yojson (v : Yojson.Safe.t) : value = of_ipld (Dag_cbor.of_yojson v) 90 + 91 + let to_yojson (v : value) : Yojson.Safe.t = Dag_cbor.to_yojson (to_ipld v)