رجوع

أدوات المطور

SQL إلى JSON

حوّل SQL INSERT rows into JSON.

التصنيف

أدوات المطور

الوسوم

SQLJSONمحولinsert
المزيد من أدوات المطور
الإدخال

SQL إلى JSON

SQLJSONمحولinsert
الإخراج

SQL إلى 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
  }
]