Support for building json?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 24.3k
- Forks
- 1.3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 16
Description
Hey
1st of all, thanks for the one file h/cpp lib & basic docs, love it! Great read/easy to use.
Its not much of an issue as more of a question... but can simdjson actually create jsons from "scratch" that then I could get raw string from/serialize etc etc?
Say
dom::element item;
item["val"]=312312;
item[10]="312312;
item["data"] = dom::element();
item["data"]["someData"]="wow";
etc,etc ?
Or is simdjson only used to read json's and not create them for usage/etc?
Regards
Dariusz
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.
Research direction
Start with the basic documentation and the dom::element API shown in the issue to determine whether JSON values can be constructed and serialized. Done would mean a decided answer about construction support, with the relevant behavior documented or an implementation scope identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100