How to preformat whole-row JSON data into an observable and standard format

for example, there is a whole row of JSON data
clipboard.png
and what I need is
{

productNo:xxx,
key1:value1,
key2:value2

}
in this form

Sep.16,2021

JSON.parse(objStr)//obj

JSON.stringify(obj,null,2)//

1. The easiest way is to open the console console, to paste, enter
2, and JSON.parse (JSON.stringify (data))

).
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bf5b3d-31f92.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bf5b3d-31f92.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?