Giter Club home page Giter Club logo

Comments (2)

jonathanstowe avatar jonathanstowe commented on July 28, 2024

Hi,
sorry I didn't reply sooner.

For the Marshal case (and probably Unmarshal but I'll let @tadzik respond to that,) I think that it would be an over-complication and would be better left to JSON::Name, the complexity arises where there may be mixed CamelCase, snake_case and/or kebab-case in output JSON object, so this may require one or more addtional traits to hint at the appropriate conversion, at which point one may as well just type the desired name in a "json-name" trait. I guess that it is possible that one could add an ':auto' variant of the JSON::Name trait to do this, but it seems that would have the same complexity for the Unmarshal case.

My personal preference would be to put any really magic stuff into JSON::Infer which could generate the json-name traits for all the converted names (it currently only does it for names that are not valid identifiers.)

Thanks for the input :)

from json-marshal.

jonathanstowe avatar jonathanstowe commented on July 28, 2024

I'm going to close this after 5½ years because I still can't think of something that will work for everyone that is simpler than simply providing the name with json-name :-D

from json-marshal.

Related Issues (12)

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.