Cetti
Cetti
BRBuildShip + Rowy
Created by Cetti on 12/15/2023 in #❓・buildship-help
Convert String to real JSON
Is there a way to convert a string to JSON in BuildShip? For example, I will have a STRING structured like a JSON:
{
name: "john",
title: "developer"
}
{
name: "john",
title: "developer"
}
My goal is ultimately to take a string, convert it to JSON, and then use that JSON to add to a database.
4 replies