Best way to extract data with serde from a large api response?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • quicktype

    Generate types and converters from JSON, Schema, and GraphQL

  • I sort of understand the structure of the api responses, and I have used https://app.quicktype.io/ to quickly get option wrapped structures of these responses, but because every word has different structures, I have no idea what the "general" structure is supposed to look like. And since words can have multiple definitions and multiple "levels" of similarity with regards to synonyms, I don't really know how to extract everything.

  • jsonpath-rust

    Support for json-path in Rust

  • Search json path rust, you can find two of them: https://github.com/besok/jsonpath-rust https://github.com/freestrings/jsonpath Not sure which is better.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jsonpath

    JsonPath engine written in Rust. Webassembly and Javascript support too (by freestrings)

  • Search json path rust, you can find two of them: https://github.com/besok/jsonpath-rust https://github.com/freestrings/jsonpath Not sure which is better.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts