Back

Developer Tools

SQL to JSON

Convert SQL INSERT rows into JSON.

Category

Developer Tools

Tags

sqljsonconverterinsert
More Developer Tools
Input

SQL to JSON

sqljsonconverterinsert
Output

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
  }
]