Jon Osborn

Results 5 issues of Jon Osborn

More of a comment about a potential extension. We load the output into a document database and use XPath to access the data. As the elements have an `@Id` attribute...

The XML parser allows for the use of an [EDISyntaxExceptionHandler](https://github.com/BerryWorksSoftware/edireader/blob/master/edireader/src/main/java/com/berryworks/edireader/error/EDISyntaxExceptionHandler.java) to ignore errors and move on anyway. This feature should also be provided for JSON data when creating the edi...

When generating the JSON, the output does not include names for the arrays. When converting to an object, the arrays are anonymous and makes navigating the objects very difficult. for...

When using the converted json and parsing into a java or javascript (or other) object model, characters like - (dash) and _ (underscore) cause the user to use the `object['property-name']`...

$ mvn clean package [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Spring MVC REST App 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.stormpath.blog:spring-mvc-rest-exhandler:jar:1.0.0-SNAPSHOT is missing, no dependency information...