* Added/created parent module (json-modules) * moved json(submodule) to json-modules(parent) * moved json-2(submodule) to json-modules(parent) * moved json-path(submodule) to json-modules(parent) * moved gson(submodule) to json-modules(parent) * deleted sub-modules that we moved to json-modules Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
16 lines
221 B
JSON
16 lines
221 B
JSON
{
|
|
"name": "Baeldung",
|
|
"area": "tech blogs",
|
|
"author": "Eugen",
|
|
"id": 32134,
|
|
"topics": [
|
|
"java",
|
|
"kotlin",
|
|
"cs",
|
|
"linux"
|
|
],
|
|
"address": {
|
|
"city": "Bucharest",
|
|
"country": "Romania"
|
|
}
|
|
} |