Skip to content

Instantly share code, notes, and snippets.

@jinyuzu99
Last active March 31, 2024 10:44
Show Gist options
  • Save jinyuzu99/17869c1c630d504baa28d51bd8f29264 to your computer and use it in GitHub Desktop.
Save jinyuzu99/17869c1c630d504baa28d51bd8f29264 to your computer and use it in GitHub Desktop.
in fact it is jml.jml
# json-like markup language
feature: [
'write by human'
'read by human even with 2 space'
'minify by human'
'highlight even by json' ]
object: {
number: 123
string: 'hello'
alter: { number: 123 string: 'hello' }
multi-line: "
L1 - The quick brown \n
L2 - fox jumps over \n
L3 - the lazy dog."
other: {
bool: true
null: null
time: 2016-12-14 } }
array: {
array: [ 'text1' 'text2' ]
array-verticle: [
'text1'
'text2' ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment