Giter Site home page Giter Site logo

Comments (5)

 avatar commented on May 3, 2024

I could work on a pull request if I know that the repo is being maintained.

from jason.

michalmuskala avatar michalmuskala commented on May 3, 2024

This repo is being maintained, I'm just not sure about the feature. I don't think it would be enough to just decode the __struct__ key. One issue is that it would bypass some of the features of structs - like structs always having certain keys or the @enforce_keys feature.

from jason.

 avatar commented on May 3, 2024

Certainly you would be deciding at that point that you trust the JSON to have implemented the struct properly. A possible alternative is to create the struct without just encoding the struct element but that could get much more complicated. What I am trying to avoid is to have to deserialize JSON and then go back through the JSON adding the struct element at every stage of my JSON which has multiple levels and dozens of structs. When I read it from my document database I need to have it become a struct again, not a map. Hence the reason this should be an option, not default behavior. What I dont know is how all the encoders and macros work so it would be longer for me to emplement this but I am willing to give it a try because I need it professionally.

from jason.

OvermindDL1 avatar OvermindDL1 commented on May 3, 2024

Personally I'm -1 on this, that seems like the job of some higher DSEL on top of Jason (there are some generic ones that do this already) or so for serialization purposes, not for a low-level and fast json library.

from jason.

michalmuskala avatar michalmuskala commented on May 3, 2024

I'm going to close this. Coercing decoded data into structs probably belongs in some higher-level data transformation/validation/coercion library and not in the low-level JSON encoder.

from jason.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.