I'm getting user input in JSON format for an API created using grape. In a particular parameter, I'm giving an array of JSON in the following format.
"personal" : {
"details" : {
"firstname" :"nagalakshmi",
"lastname" : "n"
}
}
When I tried to print "personal" attribute it is showing like below
#<Hashie::Mash details=#<Hashie::Mash firstname="nagalakshmi" lastname="n">>
Is there any way to parse the attribute to json format?
I was able to do it using to_json
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With