i created one dynamic json string like this
{"attributecollection":{"Soid":"so1","BUCODE":"bu1","ClientCode":"clc1","PaymentStatus":"true"},"input":{"Soid":"so1","BUCODE":"bu1","ClientCode":"clc1","PaymentStatus":"true"},"output":{}}
so after that i can access values from this string by converting to dynamic and get the value.but in my scenario i want to add values in output after some time.so how i will do that.after converting to dynamic can i add values or again i want to construct the json string with including output.is there any other option for this.help appreciated.