JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.github.wnameless.json.base.JsonCore
Uses of
JsonCore
in
com.github.wnameless.json.base
Classes in
com.github.wnameless.json.base
that implement
JsonCore
Modifier and Type
Class
Description
class
GsonJsonCore
The GSON implementation of
JsonCore
.
class
JacksonJsonCore
The Jackson implementation of
JsonCore
.
class
JakartaJsonCore
The Jakarta implementation of
JsonCore
.
class
OrgJsonCore
The org.json implementation of
JsonCore
.