[
https://issues.apache.org/jira/browse/FELIX-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833456#comment-15833456
]
David Bosschaert commented on FELIX-5508:
-----------------------------------------
I would be fine with moving
./converter/serializer/src/main/java/org/apache/felix/serializer/impl/json/JsonParser.java
into utils. This is the same code as the one in schematizer. Its just a very
small JSON parser. Probably not as fully featured as a 'real' JSON parser lib
but it does the job without deps.
BTW on my earlier comment of using the JSON parser built in to JDK 8 via
Nashorn. Using this in general is probably not the best solution as probably
not all flavours of Java include Nashorn...
> Multiple JSON Serializers
> -------------------------
>
> Key: FELIX-5508
> URL: https://issues.apache.org/jira/browse/FELIX-5508
> Project: Felix
> Issue Type: Improvement
> Components: Converter
> Reporter: David Leangen
>
> There appears to be multiple json serializers in the code base (serializer,
> schematizer, and even more recently webconsole).
> Would it be worthwhile to consider consolidating them somehow, to avoid
> duplicate work?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)