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.02k stars 197 forks source link

Writing and reading JSON and YAML files #7117

Open Chriscbr opened 1 month ago

Chriscbr commented 1 month 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 1 month ago

I like it!