json_extract 0.1.4

This macro reduces boilerplate when using serde_json::Value variants when trying to get into a nested property.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.79"

[package]
authors = ["arnau"]
description = "This macro reduces boilerplate when using serde_json::Value variants when trying to get into a nested property."
edition = "2021"
license = "MIT"
name = "json_extract"
resolver = "2"
version = "0.1.4"