Cardano Data Overview
Learn about the basics, and how Mesh handles Cardano data
Parsing and converting data in Plutus is a common task when working with transactions. This page will show you how to do that.
Use of Data in Cardano DApp
Cardano data and information is usually communicated in CBOR
encoding format, which can be decoded into JSON
representation.
On top of the 2, Mesh also provides the Data
type which get rids of unnecessary wrappers.
Mesh supports building data for your DApp in all 3 different formats.
Mesh
- the Data
typeJSON
CBOR
Mesh Data Type
JSON Data Type
CBOR
CBOR is the lowest level representation of data in Cardano. Mesh provides endpoints to allow users to provide CBOR in providing data, which is the case for developers utilizing other serialization package other than mesh in part the application.