Template
Convert the following JSON to YAML format. :{json_data}
{
"yaml_data": "The converted YAML data"
}
9ecdb3eb-bc1c-4c56-896f-ae18603032b1
Run in your code
javascript
python
php
ruby
go
java
swift
dart
kotlin
csharp
curl
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({
apiKey: "your api key here"
});
const response = await jigsaw.prompt_engine.run({
"id": "9ecdb3eb-bc1c-4c56-896f-ae18603032b1",
"input_values": {
"json_data": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Convert JSON to YAML Preview (Alpha)
Try all advanced features ->
Run to see results
Resources