I Have a Json Format
strHTML = {"responseCode":"3001","response":"1533352425185"}
but i want to get only 3001
how to get it in asp.net?
I Have a Json Format
strHTML = {"responseCode":"3001","response":"1533352425185"}
but i want to get only 3001
how to get it in asp.net?
>(strHTML);