JSONtools logo

JSONtools

Published December 2017
   •    Updated this month

Plugin details

Plugin to convert a thing or a list of things into a JSON

Free

For everyone

4.0 stars   •   1 ratings
4.2K installs
This plugin may track or collect your data. Learn how.

Other actions

Platform

Web

Contributor details

Tomaž Turk logo
Tomaž Turk
Joined 2017   •   1 Plugin
View contributor profile

Instructions

Element GetJSON converts a thing into a JSON string resulting in {"fieldName":"value"} structure. It converts a list of things into an array of objects of the same structure.
Usage:
- put the element on the page or any group element
- set the DataType property to the data type of the thing(s) to convert
- set the data source in appropriate property - Thing to convert or List to convert.

If you set both the thing and the list, the JSON of the list will be returned.

The returned JSON is sanitized.

Data collection and tracking

This author has not yet disclosed their data usage policy. Learn more by contacting the author.

Types

This plugin can be found under the following types:
Element   •   Action   •   Api

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (4.0)

autono'Na
October 20th, 2025
{ "app_name": "S'autono", "colors": { "primary": "#0D6EFD", "secondary": "#16A34A", "background": "#F8FAFC" }, "languages": ["wo", "fr", "en", "es"], "default_language": "wo", "user_roles": ["entrepreneur", "influencer"], "data_types": { "User": ["role", "name", "email", "phone", "avatar", "lang_pref", "bio"], "Entrepreneur": ["user", "company_name", "wallet"], "Influencer": ["user", "promo_code", "social_links", "score"], "Product": ["entrepreneur", "title", "description", "price", "currency", "images", "payment_link"], "PromoLink": ["influencer", "product", "promo_code", "generated_link"], "Click": ["promo_link", "source", "created_at"], "Conversion": ["promo_link", "product", "amount", "status", "payment_tx", "created_at"] }, "pages": [ "index", "signup", "login", "catalog", "product", "entrepreneur_dashboard", "influencer_dashboard", "leaderboard", "profile" ], "automation": { "signup_influencer": { "trigger": "User signup when role = influencer", "actions": [ "Create Influencer with user=CurrentUser", "Generate promo_code: 'SNT-' + random(6)", "Display alert 'Ton code promo est créé automatiquement'" ] }, "promo_click": { "trigger": "Page load product with param promo", "actions": [ "Create Click with promo_link=Search(PromoLink where promo_code=param(promo))", "Set created_at=Current date/time" ] }, "conversion_confirm": { "trigger": "Payment confirmed", "actions": [ "Create Conversion(amount, status='confirmed')", "Increment Influencer.score by (amount*100)" ] } }, "leaderboard": { "formula": "score = (Conversions.confirmed * 100) + Clicks.count" }, "translations": { "add_product": { "fr": "Ajouter un produit", "en": "Add product", "es": "Agregar producto", "wo": "Yokk benn loxo" }, "delete": { "fr": "Supprimer", "en": "Delete", "es": "Eliminar", "wo": "Màbb" }, "dashboard": { "fr": "Tableau de bord", "en": "Dashboard", "es": "Panel", "wo": "Xëtu ndayo" }, "share": { "fr": "Partager", "en": "Share", "es": "Compartir", "wo": "Sant" }, "promo_code": { "fr": "Code promo", "en": "Promo code", "es": "Código promo", "wo": "Kod bu ndaw" }, "leaderboard": { "fr": "Classement", "en": "Leaderboard", "es": "Clasificación", "wo": "Tàllal" }, "pay": { "fr": "Payer", "en": "Pay", "es": "Pagar", "wo": "Jëlal xaalis" }, "products": { "fr": "Produits", "en": "Products", "es": "Productos", "wo": "Loxo yi" }, "profile": { "fr": "Profil", "en": "Profile", "es": "Perfil", "wo": "Jëfandikukat bi" } } }
Bubble