serde_qs 1.1.1

Querystrings for Serde
Documentation
1
2
3
4
5
6
7
8
9
---
source: tests/test_roundtrip.rs
description: "WithFlattenedMap { id: 42, name: \"Widget\", extra: {\"color\": \"blue\", \"custom_field\": \"custom_value\", \"size\": \"large\"} }"
---
color=blue&
custom_field=custom_value&
id=42&
name=Widget&
size=large