toon-converter
Service icon

Toon Converter

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 7 Nov (18 hours ago)
 by 
0.0
 (0 ratings)
toon-converter

Toon Converter

Documentation
1.0.0

Simple JSON -> TOON example:

Input JSON:

{
  "name": "Alice",
  "age": 30,
  "active": true,
  "tags": ["dev","team"]
}

Converted TOON (example):

name: Alice age: 30 active: true tags:[2]: dev,team