Skip to content

Instantly share code, notes, and snippets.

@anta40
Created March 26, 2021 03:54
Show Gist options
  • Save anta40/9daca0b732fee0285bcdd256ed69b826 to your computer and use it in GitHub Desktop.
Save anta40/9daca0b732fee0285bcdd256ed69b826 to your computer and use it in GitHub Desktop.
{
draw: 1,
recordsTotal: 2,
recordsFiltered: 2,
data: [
{
date_cron: "20210318",
created_at: "2021-03-18 17:08:31",
updated_at: "2021-03-18 17:08:31"
detail_1: "aaaaa"
detail_2: "bbbbb"
detail_3: "ccccc"
detail_4: "ddddd"
},
{
date_cron: "20210319",
created_at: "2021-03-19 00:00:09",
updated_at: "2021-03-19 00:00:09",
detail_1: "eeeee"
detail_2: "fffff"
detail_3: "ggggg"
detail_4: "hhhhh"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment