Skip to content

Interpret BinaryArray as JSON #154

@alamb

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10987

Create lightweight wrapper, JSONArray to interpret BinaryArray values as serialized JSON. Leverage recent work for inferring JSON schema to support conversion to StructArray.

 

Example:
{code:java}
let json_array: JSONArray = binary_array.into();
let struct_array: StructArray = json_array.try_into().unwrap();
{code}

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crate

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions