issues
search
dropbox
/
json11
A tiny JSON library for C++11.
MIT License
2.55k
stars
616
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Buliding for windows?
#148
lukkio88
closed
4 years ago
1
No API to add Json (f.e. array) to Json::object outside of ctor.
#147
alecazam
closed
4 years ago
1
Fixes to CMake for MSVC build
#146
m4x1m1l14n
opened
4 years ago
1
Fix #38
#145
rominf
opened
4 years ago
1
Super stuff.
#144
g40
closed
5 years ago
1
Making object_items(), array_items() not const or alternatively support mutable_object_items()
#143
mohitmv
closed
5 years ago
1
Warning '-Werror=overloaded-virtual' with gcc-5.1.0 --std=c++14
#142
mohitmv
opened
5 years ago
1
Doxygen compatibility
#141
johnpatek
closed
5 years ago
0
can't be loaded as a dll in low version c++?
#140
kematy
closed
5 years ago
2
swig4.0.0 and mingw compile the test.cpp(main modified to be a function) :error: 'final' is not a member of 'json11'
#139
kematy
closed
5 years ago
3
ASAN reports runtime error
#138
tksuoran
opened
5 years ago
1
Protect against literal interpretation
#137
hamiltont
closed
5 years ago
4
Order serealization Json::object
#136
vincenzopalazzo
closed
5 years ago
2
[Feature] conan package manager support
#135
alexandrudsc
closed
5 years ago
1
[Feature] conan package manager support
#134
alexandrudsc
closed
5 years ago
1
has_shape() return true for NUL type only if element actually exists (fix #132)
#133
jbhelm
closed
5 years ago
4
has_shape() always returns true when used with json11::Json::NUL
#132
jbhelm
closed
5 years ago
1
trivial: Fix -Wold-style-cast
#131
kristofferkoch
closed
5 years ago
2
auto casting
#130
weepy
opened
6 years ago
4
Can't parse wstring?
#129
jadedrip
opened
6 years ago
0
Remove invoking of the non-trivial destructor.
#128
sabbakumov
opened
6 years ago
2
Add library.json for use with PlatformIO
#127
danielschenk
opened
6 years ago
1
Number size issue.
#126
gantzm
closed
6 years ago
0
Tag Versioning
#125
scoopxyz
closed
6 years ago
6
differentiate between "number" and "integer" as per json schema
#124
alwaysmpe
closed
6 years ago
1
Check if a json object key exists
#123
hugoam
closed
6 years ago
2
clang 6.0 compilation error
#122
Yanpas
closed
6 years ago
2
Export json11Config.cmake
#121
fegorsch
opened
6 years ago
3
adding parse int64
#120
philosup
closed
6 years ago
1
Support for 'long' and 'short' types.
#119
kapstok
closed
6 years ago
3
in json11.cpp line 161 , why use static_cast, what if a json object is a runtime parsed object
#118
678uhb
closed
6 years ago
1
is it possible to add fields to the json?
#117
danny-dropbox-zz
closed
6 years ago
1
How do I parse a json file ?
#116
shakthi-prashanth-m
closed
6 years ago
2
Request to tag a version
#115
dianarg
closed
6 years ago
3
child thread json::parse crash
#114
thiefuniverse
closed
7 years ago
4
How to convert the struct into json object ?
#113
Shravan40
closed
7 years ago
3
add decimal support
#112
microcai
closed
7 years ago
2
my simple json parser
#111
pejman-hkh
closed
7 years ago
0
Require presence of a begin() member function for map/vector conversions.
#110
j4cbo
closed
7 years ago
2
Constructor for vector-like objects matches std::optional<...>
#109
parthy
closed
7 years ago
0
Merge pull request #1 from dropbox/master
#108
maxiang
closed
7 years ago
2
Add compatibility with older 2.8 version of CMake
#107
jcsilva
closed
7 years ago
7
How to parse mutlidimension array using json11 ?
#106
Shravan40
closed
7 years ago
5
[WIP - Do not pull] Switch off compiler errors for floating point value comparison
#105
crashmatt
closed
7 years ago
2
operator== could be faster by checking node identity
#104
rressi
closed
7 years ago
5
Fails compiler checks for comparing floating point
#103
crashmatt
closed
7 years ago
7
Improve comment error handling
#102
artwyman
closed
7 years ago
2
about the comments
#101
mfzhu7
closed
7 years ago
3
json11::Json::dump throws exception dumping empty map in gdb
#100
krszalay
opened
7 years ago
2
Example to read a file
#99
j-k
closed
7 years ago
1
Next