Is it possible to fetch the entire json data from the json file, placed in the fixtures folder and paste it's content in the textarea? #23845
Unanswered
Pranesh21
asked this question in
Questions and Help
Replies: 1 comment
-
|
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.
-
Is it possible to fetch the entire json data from the json file, placed in the fixtures folder and paste it's content in the textarea?
For exmple i have json in fixture file
{
"firstName": "Bidhan",
"lastName": "Chatterjee",
"age": 40,
"address":
{
"streetAddress": "144 J B Hazra Road",
"city": "Burdwan",
"state": "Paschimbanga",
"postalCode": "713102"
},
"phoneNumber":
[
{
"type": "personal",
"number": "09832209761"
},
{
"type": "fax",
"number": "91-342-2567692"
}
]
}
I need to pass this entire json data in ui textbox is that possible?
Beta Was this translation helpful? Give feedback.
All reactions