Skip to content

Commit 6da6052

Browse files
authored
azure-json-reflect README Update (Azure#31732)
1 parent 2f59da0 commit 6da6052

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

sdk/core/azure-json-reflect/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,8 @@ It will then search for all the methods that are required for the `JsonReader` a
2727
These implementations provide abstractions of the JSON libraries.
2828

2929
### Entry point
30-
Use `JsonFactory.getInstance()`, `JsonFactory.getJacksonInstance()`, or `JsonFactory.getGsonInstance()` to get a `JsonFactory`.
31-
`JsonFactory` contains the methods:
32-
- `getJsonReader(byte[] bytes, JsonOptions options)`
33-
- `getJsonReader(String string, JsonOptions options)`
34-
- `getJsonReader(InputStream stream, JsonOptions options)`
35-
- `getJsonReader(Reader reader, JsonOptions options)`
36-
- `getJsonWriter(OutputStream stream, JsonOptions options)`
37-
- `getJsonWriter(Writer writer, JsonOptions options)`
38-
39-
These methods return implementations of `JsonReader` or `JsonWriter`.
30+
Use `JsonProviderFactory.getInstance()`, `JsonProviderFactory.getJacksonJsonProvider()`, or
31+
`JsonProviderFactory.getGsonJsonProvider()` to get a `JsonProvider`.
4032

4133
## Examples
4234

0 commit comments

Comments
 (0)