Interface IJsonUnit

All Superinterfaces:
IEventSource, IUnit, IUnitCreator, IUserDataSupport

public interface IJsonUnit extends IUnit
Represent a Json Unit
  • Method Details

    • getDocument

      Object getDocument()
      Get the root of the document.
      Returns:
      a generic object, can be any of Map (for Objects) List (for Arrays), basic types (Boolean, Number, String, null) or JsonId