Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data validator

Data

{
	"str": "hello world!",
	"num": 1,
	"arr": ["1", "2", "3"],
	"obj": {
		"arr": [
			{"key": "value"}, {"key": "value"}
		]
	}
}

Validate rule

@object.str.@string
@object.num.@number
@object.arr.@array.@string
@object.obj.@objet.arr.@array.@object.key.@string
/* yaml 생각중.. */
@object:
	str: @string
	num: @number
	arr:
		@array:
			@string
	obj:
		@object:
			arr:
				@array:
					@object:
						key:
							@string

Support Type

@object @array

  • value
    • @string
    • @number
    • @boolean
    • null(hm.....)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages