issues
search
tgockel
/
json-voorhees
A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
129
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix warnings under C++ 17
#174
PlatypusTechUK
closed
4 months ago
0
Building using c++ 17 produces warnings about deprecated std::iterator
#173
PlatypusTechUK
opened
4 months ago
0
Creates `reader` type for converting from JSON source to AST node sequence
#172
tgockel
closed
2 years ago
0
Create type for Reading from Source to AST
#171
tgockel
closed
2 years ago
0
Build Error in encode.cpp in GCC >10
#170
tgockel
closed
2 years ago
0
Update Docker Target OSes
#169
tgockel
closed
2 years ago
0
Bump debian packaging to support buster.
#168
daniel-noland
closed
3 years ago
0
Investigate Bazel Build
#167
tgockel
opened
4 years ago
0
Feature/encoding iso8 support
#166
mvshyvk
closed
4 years ago
1
issue #163: Added implementation of ostream_encoder::ensure_ascii
#165
mvshyvk
closed
4 years ago
0
issue #163: Added implementation of ostream_encoder::ensure_ascii
#164
mvshyvk
closed
4 years ago
0
ostream_encoder::ensure_ascii is not implemented
#163
tgockel
opened
4 years ago
0
Fixed build for MSVC
#162
mvshyvk
closed
4 years ago
1
Build Docker images with noninteractive frontend.
#161
tgockel
closed
4 years ago
0
Creates `result` type.
#160
tgockel
closed
4 years ago
0
Ubuntu 20.04 build hangs in configuring tzdata
#159
tgockel
closed
4 years ago
0
result type
#158
tgockel
closed
4 years ago
0
Removes `serialization_util.hpp` and puts classes in individual files.
#157
tgockel
closed
4 years ago
0
Removes the `optional<T>` specialization of container_adapter.
#156
tgockel
closed
4 years ago
0
Remove optional<T> specialization of container_adapter
#155
tgockel
closed
4 years ago
0
Split serialization_util.hpp into files
#154
tgockel
closed
4 years ago
0
Changes array backing structure to a `std::vector`.
#153
tgockel
closed
4 years ago
0
value::insert is slow
#152
tgockel
opened
4 years ago
0
Moves extraction-specific options from `parse_options` into `extract_…
#151
tgockel
closed
4 years ago
0
Extract directly from text
#150
tgockel
opened
4 years ago
0
Dedicated parsing into an AST index.
#149
tgockel
closed
4 years ago
0
Don't rely on exceptions in `value::count_path`
#148
tgockel
opened
4 years ago
0
Parse into non-`value`
#147
tgockel
closed
4 years ago
0
Investigate alternative to temporary buffers in char_convert
#146
tgockel
opened
4 years ago
0
Revisit parse_options and parse_error
#145
tgockel
closed
4 years ago
1
Change array implementation to std::vector
#144
tgockel
closed
4 years ago
0
Removes redundant implementations of C++17 classes.
#143
tgockel
closed
4 years ago
0
Removes Debian 9.9 and Ubuntu 16.04.
#142
tgockel
closed
4 years ago
0
Deprecate old Distros
#141
tgockel
closed
4 years ago
0
Remove jsonv::detail::string_view
#140
tgockel
closed
4 years ago
1
Removes all usage of Boost from the project.
#139
tgockel
closed
4 years ago
0
Require C++17 support.
#138
tgockel
closed
4 years ago
0
Remove dependency on Boost
#137
tgockel
closed
4 years ago
0
C++17 only
#136
tgockel
closed
4 years ago
0
Delete unused `jsonv/extract.hpp`.
#135
tgockel
closed
4 years ago
0
Type adapter `post_extract` should provide source JSON
#134
tgockel
opened
5 years ago
0
Add file name to extraction error messages
#133
tgockel
opened
5 years ago
0
Remove use of variable-length array in character conversion code.
#132
tgockel
closed
5 years ago
0
Use `__has_include` (if present) to check for `<cxxabi.h>`.
#131
tgockel
closed
5 years ago
0
serialization: Throw an `extraction_error` on missing keys.
#130
tgockel
closed
5 years ago
0
Use __has_include to detect <cxxabi.h> in demangle.cpp
#129
tgockel
closed
5 years ago
1
build: Updates supported distributions.
#128
tgockel
closed
5 years ago
0
Remove use of variable-length array in character conversion
#127
tgockel
closed
5 years ago
0
Packaging for openSUSE 15.1
#126
tgockel
opened
5 years ago
0
Update to Latest OSes for 1.4
#125
tgockel
closed
5 years ago
0
Next