emfjson-jackson
emfjson-jackson copied to clipboard
JSON Binding for Eclipse Modeling Framework
Hello, I clicked the link on the README to look at the documentation. But there is nothing on the page. The tutorial section is empty
I've updated jackson from 2.11.2 ot 2.12.1 and the following error appears on Resource save: ``` com.fasterxml.jackson.databind.JsonMappingException: Cannot create TypeBindings for class org.gecko.emf.osgi.model.test.Address with 1 type parameter: class expects 0...
This is an issue to track changes needed for making emfjson-jackson part of eclipse-emfcloud. See https://github.com/eclipse-emfcloud/emfcloud/issues/1 for more details
Using version v1.0 instead of v0.15 A common EMF model with DocumentRoot and child element inside in it, is not resolved properly. ``` final ObjectMapper mapper = new ObjectMapper(); EMFModule...
**Description:** I am trying to deserialize an `EMap` with `BasicEMap.Entry` as its contents. Example of this structure: ```json { "myMap": { "someKey": ["a", "b", "c"], "key2": ["a", "b"] } }...
I am working on a project that generates ~2500 resources, each file has a number of references. I have noticed that emfjson is very slow to load ~30mins, compared to...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Hello. I have the follow problem: When I use the JsonUuidResource as shown in this code ` ResourceSet resourceSet = new ResourceSetImpl(); resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap() .put("json", new JsonResourceFactory() { @Override public Resource...
Currently I have a use-case where I need to deserialize an array of different types of EObjects into a standard java list. To be able to deal with the generics...
When the JSON source has multiple root objects, the current version had all root objects from the second one take the wrong type. This is because the current parent and...