Description
Following this discussion: http://n2.nabble.com/DISCUSS-JSON-implementations-td3635734.html#a3635734
Let's move json.org support to a separate module.
This issue may rise the following backward compatibility issues:
- JSONUtils is not internal class, but it will be moved.
- There would be no automatic json providers registered.
- json.org was used to produce badgerfish format out of JAXB. Actually it was done using Wink's inner ContentHandler. This won't be supported anymore. But badgerfish is still supported by jettison.