skip to Main Content

Use jQuery to group JSON data coming from Ajax – Jquery ajax

I have the following array, which is extracted to from MySQL database using PDO. [{ "tbl":"1", "orid":"915", "date":"2021-12-30 12:46:48", "flag":0 }, { "tbl":"2", "orid":"914", "date":"2021-12-30 12:46:21", "flag":0 }, { "tbl":"3", "orid":"913", "date":"2021-12-30 12:45:00", "flag":0 }, { "tbl":"1", "orid":"911", "date":"2021-12-30 12:27:17",…

VIEW QUESTION

Get value of dynamic objects in ASP.Net Core

I need to read a value from HTTP response. Here is an example of the response in which I'm trying to fetch (description) value: { "result":{ "code":"200.300.404", "description":"successful" }, "buildNumber":"1f9@2021-12-23 09:56:49 +0000", "timestamp":"2021-12-25 17:22:35+0000", "ndc":"8976eaedf8da" } Here is my code…

VIEW QUESTION
Back To Top
Search