Skip to content
Ryan Heaton edited this page Nov 3, 2015 · 4 revisions

Two JSON Sections

If Enunciate unexpectedly generates two "JSON" sections of your documentation, it's probably because you have both Jackson 1 and Jackson 2 on your classpath. You can remove the duplication by doing any of the following:

  • Remove either Jackson 1 or Jackson 2 from your classpath.
  • Disable the "jackson" module.
  • Disable the "jackson1" module.
Clone this wiki locally