Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add an example of got to validate nested JSON body elements #106

Open
codeonion opened this issue Oct 3, 2022 · 0 comments
Open

Comments

@codeonion
Copy link

So lets see this JSON body

{
	"configuration": {
		"type": "",
		"height": "apple",
		"width": false,
		"cost_in_usd": "not afforable"
	}
}

If this is posted in a POST request, and I am using

require 'rack' require 'rack/contrib'

and

use Rack::JSONBodyParser
helpers Sinatra::Param

I need to know how to validate the above mentioned JSON keys under configuration.

Type is empty, height and width and cost have wrongly provided values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant