Skip to content

Issue: try to use JsonConverter.ConvertToJson fuction to convert,but String value becomes Integer #270

Description

@Douglas87

I want to convert a Json bject to String,so I used JsonConverter.ConvertToJson fuction

my test case Json object is {"stringKey":"2024051090001075"}
after use JsonConverter.ConvertToJson, my expect str is {"stringKey":"2024051090001075"}, but got {"stringKey":2024051090001075}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions