Documentation for implementation limits and related design choices
@grisumbras is already working on this.
Since Jun 1, 2023.
Assessment
This issue has not been assessed yet.
Description
Documentation would benefit from the
info on implementation-limits-related design choices.
- Guaranteed roundtrip for
value-> serialized text -> value (but note that infinity and NaN can be in the originalvalueand do not currently serialize properly). - JSON inputs where number values cannot be represented losslessly in
uint64_t,int64_tanddouble, may render different values when parsed and
then serialized back, and for extremely big number values can even fail to
parse (document supported number ranges). - Whatever JSON output you can produce with this library, we guarantee it
can be passed by any common JSON implementation (probably also based on
uint64_t+int64_t+doubleimplementation) (this hardly can be anything specific, we can only present it as a goal of the library).
Also
- Configuration macros that affect implementation limits
- Hard-coded/default implementation limits
- Dominant language
- C++
- Stars
- 478
- Forks
- 110
- Avg merge
- 8d 12h
- Merged PRs (30d)
- 6
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boostorg/json
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
sanitizer warning Open
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·