Giter Club home page Giter Club logo

Comments (7)

JakeWharton avatar JakeWharton commented on July 21, 2024

.aboutToAddExternalValue() would just be .writeDeferredName() (private) and .flush(). A second method would not be needed.

I question the value something like would have in the public API.

from moshi.

orip avatar orip commented on July 21, 2024

Fair enough regarding exposing it in the normal API.
It's a good technique to construct JSON API requests while streaming from disk, I wonder whether there's a way to allow reusing JsonWriter without forking that is inconvenient enough that people don't shoot themselves in the foot.

from moshi.

JakeWharton avatar JakeWharton commented on July 21, 2024

We can probably come up with something. I definitely like the stream-from-disk intention vs a raw byte[] or String.

from moshi.

admtnnr avatar admtnnr commented on July 21, 2024

I just did something similar to this in google/gson#667 if you want to port it over. It deals with raw strings rather than a stream though.

from moshi.

mescortes avatar mescortes commented on July 21, 2024

CC @mescortes

from moshi.

tmm1 avatar tmm1 commented on July 21, 2024

@NightlyNexus thanks for implementing this!

Is there an equivalent for JsonReader? i.e if I want to consume the contents of a specific field as a json blob with no additional parsing?

from moshi.

JakeWharton avatar JakeWharton commented on July 21, 2024

That's #318

from moshi.

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.