BAEL-2037 - Code for mini-article (#4923)

* BAEL-2037 - Code for mini-article

* BAEL-2037 - Fixes after editors review

* Fixing dependencies

* Change File Reader

* Formatting

* Fix imports

* Rename test class
This commit is contained in:
cmlavila
2018-08-13 20:02:06 -03:00
committed by daoire
parent fd009dca02
commit 5eea4fc6a6
5 changed files with 179 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"name": "Customer 01",
"street name": "Street 01"
}
+7
View File
@@ -0,0 +1,7 @@
{
"library": "My Personal Library",
"books": [
{ "title":"Title 1", "author":"Jane Doe" },
{ "title":"Title 2", "author":"John Doe" }
]
}