Class JsonReader

java.lang.Object
io.quarkus.builder.JsonReader

@Deprecated(forRemoval=true) public class JsonReader extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.31.0 in favor of io.quarkus.bootstrap.json.JsonReader A json format reader. It follows the ECMA-404 The JSON Data Interchange Standard..
  • Method Details

    • of

      public static JsonReader of(String source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • read

      public <T extends JsonValue> T read()
      Deprecated, for removal: This API element is subject to removal in a future version.