Skip to content
distobj edited this page Oct 3, 2011 · 1 revision

HSON is a Javascript object serialization module that serializes objects into HTML using definition lists, where each own-property's name is used as the term, and its value as the definition. It currently only supports string properties.

It will eventually support;

  • recursion and cycle detection
  • parsing
  • arrays
  • filtering of unsupported property types

Clone this wiki locally