Skip to content

Duplicate effort? #46

Open
Open
@axion014

Description

@axion014
Contributor

I'm developing a library that operates over JSON. I don't want to force the application into using serde_json or any specific JSON library, so I'm interested in some abstraction.
At first I thought json-trait-rs can be used for this purpose, but I found there was no support for editing given JSON data.

While searching https://lib.rs/, I found https://github.com/simd-lite/value-trait, developed behind the simd-json crate. It is apparently supposed to do the same thing.
Traits in value-trait supports mutation. however, it currently doesn't have any binding to JSON library.
It might be preferable to settle on a single standard and get the best of both libraries.

Activity

macisamuele

macisamuele commented on Jun 21, 2020

@macisamuele
Owner

I'm more than happy to welcome contributors in this library and we can make extensions as needed without much concerns.

Extending this trait to allow mutation as well would be nice.

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @macisamuele@axion014

        Issue actions

          Duplicate effort? · Issue #46 · macisamuele/json-trait-rs