josephearl / preliminaries

Simple front matter parser that parses YAML, JSON and TOML
MIT License
7 stars 2 forks source link

Custom Types Serialization and Deserialization #2

Open josephearl opened 7 years ago

josephearl commented 7 years ago

See https://github.com/netlify/netlify-cms/pull/384

josephearl commented 7 years ago

I think the goal of preliminaries at a base level should be to serialize/deserialize a wide range of front matters to/from a basic JavaScript object.

So ideally this would be independent of any parser or language and provided as a plugin or something of sorts.