GithubHelp home page GithubHelp logo

few questions about hyperjson HOT 3 CLOSED

mre avatar mre commented on May 26, 2024
few questions

from hyperjson.

Comments (3)

softprops avatar softprops commented on May 26, 2024

for context here's the cpython <=> serde json crate mentioned https://github.com/ilianaw/rust-cpython-json and crowbar => https://github.com/ilianaw/rust-crowbar

from hyperjson.

mre avatar mre commented on May 26, 2024

Hi,

  1. [...] Do you think hyperjson fills a similar bridge between types?

hyperjson is a drop-in replacement for Python's JSON module, which means it converts from Python objects to stringy-typed JSON and back. Although we use serde, it is not exposed from the crate and just used for conversion internally.
You have to decide if that is enough for your use-case. From your description and from what I saw in rust-cpython-json, it sounds like you need the (serde) Rust types, though. 😉

  1. I love the graphs in your readme. How did you make them?

Fancy, right? 😄 It's based on matplotlib, a bit of Python, and make plot.
This came out of #23 and #34. Feel free to copy that and extend it.
Finally, here is a great blog post, which describes the reasoning behind the "XKCD-style" graphs: https://www.chrisstucchio.com/blog/2014/why_xkcd_style_graphs_are_important.html.

from hyperjson.

softprops avatar softprops commented on May 26, 2024

Thanks and thanks! That answers both of my questions. I really like you're artistic style.

from hyperjson.

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.