We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by OaimIsGnay November 6, 2023
json-to-generator 1.0.7
Mac v2.0.2
{ "animals": { "dog": [{ "name": "Rufus", "breed": "labrador", "count": 1, "twoFeet": false }, { "name": "Marty", "breed": "whippet", "count": 1, "twoFeet": false } ], "cat": { "name": "Matilda" } } }
The text was updated successfully, but these errors were encountered:
P0
Sorry, something went wrong.
感谢您的反馈,产品部门正在加紧处理,优先级为P0,请留意 issues 进度。
No branches or pull requests
Discussed in #308
Originally posted by OaimIsGnay November 6, 2023
Version
json-to-generator 1.0.7
Environment
Mac v2.0.2
Steps to reproduce
What is expected?
LIKE
{
"animals": {
"dog": [{
"name": "Rufus",
"breed": "labrador",
"count": 1,
"twoFeet": false
},
{
"name": "Marty",
"breed": "whippet",
"count": 1,
"twoFeet": false
}
],
"cat": {
"name": "Matilda"
}
}
}
What is actually happening?
The text was updated successfully, but these errors were encountered: