Uses of Interface
org.miaixz.bus.extra.json.JsonProvider
Packages that use JsonProvider
Package
Description
Provides a unified facade for JSON (JavaScript Object Notation) processing.
Provides concrete implementations of the JSON provider interface, integrating with popular third-party JSON libraries
such as Jackson, Gson, and Fastjson.
-
Uses of JsonProvider in org.miaixz.bus.extra.json
Methods in org.miaixz.bus.extra.json that return JsonProviderModifier and TypeMethodDescriptionstatic JsonProviderJsonFactory.create()Creates a new instance ofJsonProviderbased on the JSON engine JARs available on the classpath.static JsonProviderJsonFactory.get()Retrieves the singleton instance ofJsonProvider.static JsonProviderJsonKit.getProvider()Retrieves the globally available singleton JSON provider instance. -
Uses of JsonProvider in org.miaixz.bus.extra.json.provider
Classes in org.miaixz.bus.extra.json.provider that implement JsonProviderModifier and TypeClassDescriptionclassAbstract base class forJsonProviderimplementations.classAJsonProviderimplementation based on Alibaba's Fastjson2 library.classAJsonProviderimplementation based on Google's Gson library.classAJsonProviderimplementation based on the Jackson library.