I have been attempting to parse a JSON string within a larger JSON object but keep encountering errors such as "Unexpected Token" or "unexpected end of input." Any assistance on this matter would be highly appreciated!
The structure I am working with is as follows:
{
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'
}