First commit with the code

This commit is contained in:
2026-07-08 23:17:24 -03:00
parent b83e72c41a
commit 04a0bb7691
4 changed files with 66 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name":"Project JSON",
"number": 5.43,
"integer": 7,
"objs": [
{
"id": 1,
"name":"Nome 1"
},
{
"id": 2,
"name":"Nome 2"
}
]
}