I am trying to parse a json string inside of a JSON object but continue getting "Unexpected Token" Or "unexpected end of input" errors. Any help would be greatly appreciated!
The syntax looks like so:
{
full_name: 'John Doe',
company_name: 'TEST',
sample: 't-e-s-t',
populated: '{"type":"Select","manualTitle":"Manual Title","manualBody":"Email Message will go here","templateTitle":"Title Here","templateBody":"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old."}',
messageBody: 'New body test'
}
populatedproperty is JSON)