Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nlohmann
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
JSON for Modern C++ 3.12.0 released
(github.com)
2 points
by
nlohmann
1y ago
|
0 comments
2.
▲
by
nlohmann
2y ago
It's sure not perfect (currently overworking that section), but still: https://json.nlohmann.me/integration/package_managers/
3.
▲
by
nlohmann
2y ago
JSON for Modern C++ (nlohmann/json) is also accepting comments if you opt in, see https://json.nlohmann.me/features/comments/
4.
▲
by
nlohmann
2y ago
Is there an example where nlohmann/json is not compliant? Would like to know (and fix) this.
5.
▲
by
nlohmann
4y ago
Have you every played with SQLite virtual tables ( https://sqlite.org/vtab.html ) - they could allow to provide an SQLite interface while keeping the same structure on disk. Though it requires a bit of work (implementing the
6.
▲
by
nlohmann
5y ago
It's not the "aiming at C++11", but rather "Write code that does not look odd in a code base that is using constructs from C++11, C++14, C++17, etc." - The library uses C++11 to implement an API that should not feel
7.
▲
by
nlohmann
5y ago
I would be happy to have a different way to decide if a member variable exists or not without touching anything else.
8.
▲
by
nlohmann
5y ago
The library aims at making anything related to JSON straightforward to implement. For some applications, this is a good compromise. The comment in the README is like the answer to a FAQ "How fast is it?"
9.
▲
by
nlohmann
5y ago
As I tried to describe earlier: "modern C++" is not necessarily "using the latest standard", but rather "C++ since it was updated with C++11 (and later)".
10.
▲
by
nlohmann
5y ago
There is also a SAX parser. But to be honest, I have not yet played around with PMR.
11.
▲
by
nlohmann
5y ago
The development started in 2013 when C++11 was still modern. Since then, the term "modern C++" is, to my understanding, a synonym for "C++11 and later". Of course, some code may look dated compared to newer C++ construct
12.
▲
by
nlohmann
5y ago
Great to hear that you made good experiences with user-defined allocators. It would be great if you could provide a pointer to an example, because we always fall short in testing the allocator usage. So if you had a small example, you could
13.
▲
by
nlohmann
5y ago
Can you elaborate on your minuses - I don't understand what you mean with "at once" in that context.
14.
▲
by
nlohmann
7y ago
Shameless self-plug: JSON for Modern C++ ( https://github.com/nlohmann/json ) supports CBOR along MessagePack, UBJSON, and BSON, see https://github.com/nlohmann/json#binary-formats-bson-cbor-me... .
15.
▲
JSON for Modern C++ version 3.0.0 released
(github.com)
3 points
by
nlohmann
9y ago
|
1 comments
16.
▲
JSON for Modern C++ v2.0.0 – JSON Pointer, JSON Patch and More
(github.com)
1 points
by
nlohmann
10y ago
|
0 comments
17.
▲
JSON for Modern C++ – finally version 1.0.0
(github.com)
3 points
by
nlohmann
11y ago
|
0 comments
18.
▲
JSON for Modern C++ – What if JSON was part of modern C++?
(github.com)
6 points
by
nlohmann
12y ago
|
0 comments
19.
▲
by
nlohmann
13y ago
There was a problem with the server. It should work now.
20.
▲
Carl Adam Petri, inventor of the Petri nets, died on 2 July 2010
(en.wikipedia.org)
1 points
by
nlohmann
16y ago
|
0 comments
21.
▲
Advice for Ph.D. students from Tony Hoare [video]
(video.google.com)
29 points
by
nlohmann
16y ago
|
7 comments