Module bus.extra

Package org.miaixz.bus.extra.json


package org.miaixz.bus.extra.json
Provides a unified facade for JSON (JavaScript Object Notation) processing. This package abstracts various third-party JSON libraries (like Jackson, Gson, Fastjson) behind a common interface, allowing for flexible integration and interchangeability.
Since:
Java 17+
Author:
Kimi Liu
  • Class
    Description
    Factory for creating JSON provider instances.
    A utility class for JSON operations, which automatically identifies the underlying JSON provider via SPI.
    Defines the contract for a JSON service provider.