SyntaxFix
Write A Post
Hire A Developer
Questions
A JSON object is simply a javascript object, so with Javascript being a prototype based language, all you have to do is address it using the dot notation.
mything.NewField = 'foo';