CettiC
BuildShip3y ago
3 replies
Cetti

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


My goal is ultimately to take a string, convert it to JSON, and then use that JSON to add to a database.
Was this page helpful?