Cetti
Cetti10mo ago

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.
2 Replies
Luis
Luis10mo ago
Hi @Cetti, there is a node for doing just that: the Parse JSON node.
No description
Cetti
Cetti10mo ago
brilliant thank you