You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ So far, these are the projects (all of them developed as Eclipse plugins):
22
22
***jsonDiscoverer.coverage**. EMF-generated Java Code from an Ecore model to represent coverage models. Coverage models are used to specify which parts in a general Ecore model are covered by smaller Ecore models.
23
23
***jsonDiscoverer.web**. Web project including (1) an angularJS-based client-side application and (2) a servlet-based server-side application to provide access to the discoverers. Servlets are basically the facade to the discoverers implemented in the jsonDiscoverer project.
24
24
***jsonDiscoverer.tests**. Includes some JUnit-based classes to test the discoverers.
25
-
***jsonDiscoverer.examples**. Includes some code examples to launch the discoverers.
25
+
***jsonDiscoverer.examples**. Includes some code examples to launch the discoverers from Java. The project also includes some generation examples for the discoverers (see folder `exampleData` in the project).
26
26
***jsonDiscoverer.zoo**. Some JSON documents collected from several Web APIs to test the discoverers.
27
27
28
28
The project uses the [GSON library](https://github.com/google/gson) to parse JSON documents.
0 commit comments