Skip to main content

Serialize ↔ to arrange data into a series

aka Serialized

CSV

Comma Separated Values

JSON

References

  1. JSON ↔ (standard) Serialize data into lightweight XLang format as string object notation

  2. Relational DBDatabase with Serialized data with each row map to UID Primary Key, with Join Table related by Foreign Key

  3. YAML ↔ human-readable lang to Serialize data to support x-lang