The source project of this merge request has been removed.
Fix issue #30: replace json with GSON
Reason why we need GSON, copied from hpcviewer!350 (merged):
- Eclipse orbit provides an OSGi wrapper for Gson, so we can avoid manually wrapping the library
- Gson has a more active community, with more developers (154) compared to json-java (95)
- Gson provides a data stream for a smaller memory footprint (not used at the moment)
- Gson is relatively fast according to https://dev.to/amenya/gson-moshi-jackson-55gb (I haven't tested though)
Signed-off-by: Laksono Adhianto laksono@gmail.com