10000 GitHub - Robi2810/Degenerator_Vishnyakova: It's simple json-validator, you can use it to add restrictions to fields
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

It's simple json-validator, you can use it to add restrictions to fields

Notifications You must be signed in to change notification settings

Robi2810/Degenerator_Vishnyakova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Degenerator_Vishnyakova

It's simple json-validator, you can use it to add restrictions to fields the program eats a json file and recursively goes through the entire structure of the json file adding the necessary parameters

HOW TO USE: Put your json script in the input.txt file and run the program

Now default settings: Type:

  • object
    • add: additionalProperties = False
  • string
    • add: maxLength = 255
  • array
    • add: maxItems = 100
  • number or integer
    • add: minimum = -2147483648,
    • maximum = 2147483647

About

It's simple json-validator, you can use it to add restrictions to fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0