Json to SQL ASP classic
问题 Can´t figure out how to solve this with ASP Classic, an external server will send me some Json to my site ex. www.mypage.com/getjson.asp {"Userid":"112233","Member":Tom} How can I fetch this and check if the Userid already exist, otherwise put it in the SQL If the userid exist I just have to answer response.Write "{""Userid"": true}" Can I "convert" it to a querystring or somthing ? Edit: Thanks for all help, but I coundn´t get it to work with the tips in this thread But I managed to get the