[
https://issues.apache.org/jira/browse/AVRO-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Mollitor updated AVRO-2348:
---------------------------------
Description:
{code}
public JsonParser createParser(String content)
throws IOException,
JsonParseException
Method for constructing parser for parsing contents of given String.
{code}
https://fasterxml.github.io/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/JsonFactory.html#createParser(java.lang.String)
was:
{code}
@Deprecated
public JsonParser createJsonParser(byte[] data)
throws IOException,
JsonParseException
Deprecated. Since 2.2, use createParser(byte[]) instead.
{code}
https://fasterxml.github.io/jackson-core/javadoc/2.5/com/fasterxml/jackson/core/JsonFactory.html#createJsonParser(byte[])
> Do Not Wrap JSON Strings in StringReader for Parsing
> ----------------------------------------------------
>
> Key: AVRO-2348
> URL: https://issues.apache.org/jira/browse/AVRO-2348
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Affects Versions: 1.9.0
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Minor
>
> {code}
> public JsonParser createParser(String content)
> throws IOException,
> JsonParseException
> Method for constructing parser for parsing contents of given String.
> {code}
> https://fasterxml.github.io/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/JsonFactory.html#createParser(java.lang.String)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)