Skip to content

airframe-codec: toJson (or toJsonValue) should return unquoted String #1084

@xerial

Description

@xerial

MessgeCodec.toJson returns JSON array or object. StringCodec.toJson("v") might return quoted strings "v".

Sometimes we need to store primitive type values as plain strings and complex types as JSON strings. To support use cases, we need a way to return unquoted strings in toJSON or toJSONValue method.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions