Skip to content

Commit 632983d

Browse files
committed
Polishing indications for jsondiscoverer.examples
1 parent fbca823 commit 632983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ So far, these are the projects (all of them developed as Eclipse plugins):
2222
* **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.
2323
* **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.
2424
* **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).
2626
* **jsonDiscoverer.zoo**. Some JSON documents collected from several Web APIs to test the discoverers.
2727

2828
The project uses the [GSON library](https://github.com/google/gson) to parse JSON documents.

0 commit comments

Comments
 (0)