Git Product home page Git Product logo

Comments (5)

judah avatar judah commented on September 1, 2024 1

@jamesthompson if I understand what you're asking about, generally we accomplish the recursion using the Message constraint on MessageField. A good example isData.ProtoLens.TextFormat, which does a similar sort of recursion:

makeValue _ reg (MessageField _) (Parser.MessageValue _ x) = buildMessage reg x

You can also see a similar sort of pattern in proto-lens-arbitrary:

MessageField _ -> scale (`div` 2) arbitraryMessage

from proto-lens.

devwout avatar devwout commented on September 1, 2024

I implemented JSON serialization in this repository . Parsing would require some more work.

from proto-lens.

loewenstein avatar loewenstein commented on September 1, 2024

Is there any update on this?

from proto-lens.

jamesthompson avatar jamesthompson commented on September 1, 2024

I'm not sure this can be done with the current Message type class generically.

I've been working on converting JSON into a Message generically, and as you inspect a FieldDescriptor from a key in an inbound JSON object being parsed, you are able to access the underlying field type and lens for setting that value, but there's no way to do this recursively as you don't know anything about the underlying value being set by the lens, there's no constraint on value you're setting and no way for the compiler to know what this type represents and hence select a suitable instance to use in parsing that underlying field to set.

I really wish I could figure this out as I'd rather not have to hand roll parsing instances for all the types I'd like to deal with (which is in the 100s).

from proto-lens.

jamesthompson avatar jamesthompson commented on September 1, 2024

Thanks a lot @judah! This pointed me in the right direction - I'm happily parsing my JSON now. Thank you very much for all your work on this library too. I think it's a tour de force in haskell.

from proto-lens.

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.