Interface JsonWriter<J>

    • Method Detail

      • toJson

        default <Context> java.lang.String toJson​(HasJson<Context> hasJson,
                                                  Context context)
      • makeObject

        J makeObject​(java.lang.Object... namesAndValues)
        Contract is that there are an even number and that the first is a string, the next is a J
      • makeList

        default J makeList​(java.util.List<java.lang.Object> items)
      • liftString

        J liftString​(java.lang.String string)
      • fromJ

        java.lang.String fromJ​(J j)