I'm trying to develop a CRUD operations on IPFS, so I need to serialize a javascript object with its methods to save it in IPFS.
JSON.stringify(obj)
it just serializes the object proprieties.
I'm trying to develop a CRUD operations on IPFS, so I need to serialize a javascript object with its methods to save it in IPFS.
JSON.stringify(obj)
it just serializes the object proprieties.