https://github.com/reschke/json-fields
Implementation of draft-reschke-http-jfv ("A JSON Encoding for HTTP Field Values")
https://github.com/reschke/json-fields
fields http json
Last synced: 14 days ago
JSON representation
Implementation of draft-reschke-http-jfv ("A JSON Encoding for HTTP Field Values")
- Host: GitHub
- URL: https://github.com/reschke/json-fields
- Owner: reschke
- License: apache-2.0
- Created: 2021-03-19T12:11:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T13:13:50.000Z (about 1 year ago)
- Last Synced: 2025-04-29T14:26:01.971Z (about 1 year ago)
- Topics: fields, http, json
- Language: HTML
- Homepage:
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to use JSON in HTTP header fields
Specification: https://reschke.github.io/json-fields/
## Sourcecode
This repository contains both the source code of the specification (in XML format), and a reference implementation in Java.