Skip to content

Value serde serialization fails #34

@szg251

Description

@szg251
Collaborator
    print!(
        "{}",
        serde_json::to_string(&Value::ada_value(&5_000_000u32.into())).unwrap()
    );

results in

called `Result::unwrap()` on an `Err` value: Error("key must be a string", line: 0, column: 0)

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

        Participants

        @szg251

        Issue actions

          `Value` serde serialization fails · Issue #34 · mlabs-haskell/plutus-ledger-api-rust