JAVA-21776 Renamed module names

This commit is contained in:
Dhawal Kapil
2023-06-07 12:20:38 +05:30
parent a0d7405115
commit a0380bab52
30 changed files with 1 additions and 1 deletions
@@ -0,0 +1,17 @@
[
{
"name": "apple",
"color": "green",
"price": 1.2
},
{
"name": "banana",
"color": "yellow",
"price": 0.5
},
{
"name": "kiwi",
"color": "green",
"price": 1.25
}
]