File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
sdk/core/azure-json-reflect Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,8 @@ It will then search for all the methods that are required for the `JsonReader` a
2727These 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
You can’t perform that action at this time.
0 commit comments