Entwickler-Tools
SQL zu JSON
Convert SQL INSERT rows into JSON.
Eingabe
SQL zu JSON
sqljsonconverterinsert
Ausgabe
SQL to JSON result
Rows
3
Columns
4
[
{
"id": 1,
"name": "JSON Formatter",
"category": "Developer Tools",
"featured": true
},
{
"id": 2,
"name": "Word Counter",
"category": "Text Tools",
"featured": true
},
{
"id": 3,
"name": "ROI Calculator",
"category": "Calculators",
"featured": false
}
]