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

Form json Get valeu #557

Open
feiticeiro-tec opened this issue Aug 2, 2023 · 0 comments
Open

Form json Get valeu #557

feiticeiro-tec opened this issue Aug 2, 2023 · 0 comments
Labels
question Further information is requested

Comments

@feiticeiro-tec
Copy link

Ask a question
Hello, I apologize in advance for the English (google translator)

is there any way to get the values of a json through the hierarchy?

I know that if you use the expect in the model to get the values, however, would it be possible to do a custom validation like in reqparse?

Additional context

Request POST

{
    "user":{
        "name":"name"
    },"address":{
        "name":"name"
    }
}

data["user"]["name"]
data["address"]["name"]

@feiticeiro-tec feiticeiro-tec added the question Further information is requested label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant