Coder Social home page Coder Social logo

can't decode a charlist about jsonrs HOT 4 CLOSED

ndrean avatar ndrean commented on June 24, 2024
can't decode a charlist

from jsonrs.

Comments (4)

benhaney avatar benhaney commented on June 24, 2024

Good catch. I'll toss an IO.iodata_to_binary into decode! like Jason does.

from jsonrs.

ndrean avatar ndrean commented on June 24, 2024

You didn't push a new version, did you?

from jsonrs.

benhaney avatar benhaney commented on June 24, 2024

I didn't cut a release to publish on Hex, no. I've been away for a few days and didn't want to release a new version for a small untested feature since I wouldn't be able to respond to any bugs it might cause.

Have you tried it out yet? Is it solving your problem and not causing any issues? I'll be happy to cut an official release if it seems to be working fine.

from jsonrs.

ndrean avatar ndrean commented on June 24, 2024

Probably only :httpc requires this addition since it uses charlist and not binary and outputs a charlist. Say you develop a package and want minimal dependencies and make small HTTP requests and decode the result, you may want this.

I believe a simple test in the terminal demonstrates it works

Mix.install([:jsonrs]);
{:ok, {{_, 200, _}, _, body}} = :httpc.request(:get, {~c"https://jsonplaceholder.typicode.com/posts", []},[], []);
to_string(body) |> Jsonrs.decode!

I only used Jsonrs when I query for npm packages, along with Finch (streaming this paginated endpoint) so it works as it is. If I add IO.iodata_to_binary() before decoding, it also works, so I believe it is ok.

from jsonrs.

Related Issues (13)

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.