winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.07k stars 198 forks source link

Writing and reading JSON and YAML files #7117

Open Chriscbr opened 2 months ago

Chriscbr commented 2 months ago

Description

Examples of reading and writing JSON files from disk. It can demonstrate methods like readJson, readYaml, tryReadJson, tryReadYaml, writeJson, and writeYaml.

Reference

No response

Community Notes

### Tasks
boyney123 commented 2 months ago

I like it!