diff --git a/Projects/1-Beginner/CSV2JSON-App.md b/Projects/1-Beginner/CSV2JSON-App.md index 042ca9a6..3eaa0fff 100644 --- a/Projects/1-Beginner/CSV2JSON-App.md +++ b/Projects/1-Beginner/CSV2JSON-App.md @@ -55,4 +55,5 @@ conversion. ## Example projects -[CSV to JSON Converter](https://codepen.io/JFarrow/pen/CAwyo) +- [CSV to JSON Converter](https://codepen.io/JFarrow/pen/CAwyo) +- [JSV Converter](https://gpaiva00.github.io/json-csv) diff --git a/Projects/1-Beginner/JSON2CSV-App.md b/Projects/1-Beginner/JSON2CSV-App.md index 4c6102a7..33400cf7 100644 --- a/Projects/1-Beginner/JSON2CSV-App.md +++ b/Projects/1-Beginner/JSON2CSV-App.md @@ -53,3 +53,4 @@ Try to complete your JSON2CSV implementation before reviewing the example project(s). - [JSON to CSV Converter](https://codepen.io/JFarrow/pen/umjGF) +- [JSV Converter](https://gpaiva00.github.io/json-csv)