Skip to content

Instantly share code, notes, and snippets.

@renormalist
Last active January 15, 2020 08:56
Show Gist options
  • Save renormalist/7a93ab0d4367cf384c2bd9246b90307e to your computer and use it in GitHub Desktop.
Save renormalist/7a93ab0d4367cf384c2bd9246b90307e to your computer and use it in GitHub Desktop.
Greatest Markup Language of All Time: YAXMON - Yet Another eXtensible Markup Object Notation
{ <name> : "Kent"</name>,
<firstname> : "Clark"</firstname>,
<hobbies> :
- { <title> : "saving people"
</title>,
<description> : "Fly high, spot problem, solve it."
</description>
}
- { <title> : "programming"
</title>,
<description> : "hick n hack"
</description>
}
</hobbies>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment