+
Skip to content

morlay/jsoncue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONCue

Cue-lang syntax compatible, but just static values.

	// string value
str: "str"

// multiline string value
mlStr: """
	1
		22
			333
	"""

// bytes value
// which will base64 encode when JSON.stringify
bytes: '{}'

// multiline bytes value
mlBytes: '''
	a:
	  b: 1
	'''

// integer value
int: 1

// float value
float: 1.1

// array value
array: [
	true,
	false,
	null,
]

// nested value
nested: a: {
	// inline
	b: {c: 1, d: 2}
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载