Replies: 1 comment
-
Thanks for the question. I see you've also asked on StackOverflow. I think that forum is probably a better place for this, and I'll just leave the link here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a json which have the key : value pairs which trying to convert to JSON schema. Can you help me how can I have the values dynamically for both key:value? [ i.e: test, testa, testb, testc, testd :- needs to be dynamic ]
{
"test" : {
"content":{
"testa" : "testb",
"testc" : "testd"
}
}
}
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions