Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Jansson users
Conversations
About
Jansson users
1–30 of 407
Jansson
is a C library for working with JSON data.
Mark all as read
Report abusive group
0 selected
Nikhil Jain
,
Graeme Smecher
2
Aug 13
json_dumps function details
Hi Nikhil, Yes, json_dumps returns a null-terminated string. (There is otherwise no way to tell how
unread,
json_dumps function details
Hi Nikhil, Yes, json_dumps returns a null-terminated string. (There is otherwise no way to tell how
Aug 13
Marty Leisner
, …
Richard Mitchell
4
11/30/22
parsing the end of json
I had a similar setup years ago. various machines would broadcast json data for the others to pick up
unread,
parsing the end of json
I had a similar setup years ago. various machines would broadcast json data for the others to pick up
11/30/22
Jeff on Gmail
10/24/22
Strange precision issue with Jansson (and non-Jansson) real numbers
I'm running Jansson 14 on macOS 16.0 with Xcode 14.0 on an x86 Mac. I've run into a bizarre
unread,
Strange precision issue with Jansson (and non-Jansson) real numbers
I'm running Jansson 14 on macOS 16.0 with Xcode 14.0 on an x86 Mac. I've run into a bizarre
10/24/22
Sadeep Madurange
,
Petri Lehtinen
2
10/9/22
Do I need to decref for each member or is it enough to decref root?
You should only decref the root. It “owns” the contained values and will manage their refcounts.
unread,
Do I need to decref for each member or is it enough to decref root?
You should only decref the root. It “owns” the contained values and will manage their refcounts.
10/9/22
Vinay Kumar
, …
Basile Starynkevitch
6
9/13/22
parsing json data (packing json file to c file)
On 9/13/22 07:00, Vinay L wrote: Hi Greame, After some research & study on Jansson & detailed
unread,
parsing json data (packing json file to c file)
On 9/13/22 07:00, Vinay L wrote: Hi Greame, After some research & study on Jansson & detailed
9/13/22
D Panda
,
Graeme Smecher
4
5/5/22
json update boolean value
Thank you, Graeme . This is precisely what I needed. My program now works as expected. On Tuesday, 3
unread,
json update boolean value
Thank you, Graeme . This is precisely what I needed. My program now works as expected. On Tuesday, 3
5/5/22
Gavin Henry
,
Graeme Smecher
4
3/9/22
json_array_append_new with json_pack failure
Hi Gavin, Your interpretation (json_pack fails, and the failure cascades into json_array_append_new()
unread,
json_array_append_new with json_pack failure
Hi Gavin, Your interpretation (json_pack fails, and the failure cascades into json_array_append_new()
3/9/22
Basile Starynkevitch
10/13/21
ad-hoc dump flags for objects
Issue #295 Proposing pull request https://github.com/bstarynk/jansson (it could be useful for http://
unread,
ad-hoc dump flags for objects
Issue #295 Proposing pull request https://github.com/bstarynk/jansson (it could be useful for http://
10/13/21
Ajith KR
10/6/21
Object>>Array>>Object Help!!!
Hello guys, I am new to jansson. My json file looks like the above fig. I want to access all the
unread,
Object>>Array>>Object Help!!!
Hello guys, I am new to jansson. My json file looks like the above fig. I want to access all the
10/6/21
Petri Lehtinen
9/9/21
Jansson 2.14 released
Jansson 2.14 has been released. See below for a list of changes. While at it, I decided to publish
unread,
Jansson 2.14 released
Jansson 2.14 has been released. See below for a list of changes. While at it, I decided to publish
9/9/21
Tomasz Kłoczko
3/9/21
Porting json-c and json-glib code to jansson
Hi, I'm looking for some examples of the OSS projects wich have possibily to choose jansson or
unread,
Porting json-c and json-glib code to jansson
Hi, I'm looking for some examples of the OSS projects wich have possibily to choose jansson or
3/9/21
Abner Chang
1/28/21
To avoid the build error "assignment within conditional expression" on VS
Hi all, Some macros defined in jansson.h causes build error "assignment within conditional
unread,
To avoid the build error "assignment within conditional expression" on VS
Hi all, Some macros defined in jansson.h causes build error "assignment within conditional
1/28/21
Petri Lehtinen
,
Abner Chang
5
12/2/20
Jansson 2.13.1 released
Hi Petri, I have submitted the PR https://github.com/akheron/jansson/pull/558. I would like to know
unread,
Jansson 2.13.1 released
Hi Petri, I have submitted the PR https://github.com/akheron/jansson/pull/558. I would like to know
12/2/20
JanssonUser
,
Graeme Smecher
5
11/20/20
json_dumps performance
Hi Ujjvala, I suggest starting here: https://github.com/miloyip/nativejson-benchmark The version of
unread,
json_dumps performance
Hi Ujjvala, I suggest starting here: https://github.com/miloyip/nativejson-benchmark The version of
11/20/20
Walter Both
, …
Graeme Smecher
6
9/16/20
Sending "raw" values
Hello Graeme, Thank you very much for your elaborate answer and the energy you put in. This mostly
unread,
Sending "raw" values
Hello Graeme, Thank you very much for your elaborate answer and the energy you put in. This mostly
9/16/20
Walter Both
9/8/20
Question on option JSON_REAL_PRECISION
I have a question on the number of decimals in reals in jansson. I know the option you can use in
unread,
Question on option JSON_REAL_PRECISION
I have a question on the number of decimals in reals in jansson. I know the option you can use in
9/8/20
gary...@gmail.com
, …
Gonzalo Diethelm
3
8/20/20
Proposed patch: allow comments (C style) in Json
That's a pity. I would also love to have (optional) support for comments and other "relaxed
unread,
Proposed patch: allow comments (C style) in Json
That's a pity. I would also love to have (optional) support for comments and other "relaxed
8/20/20
Petri Lehtinen
7/5/20
Re: [jansson-users] Re: How to know size in bytes of encoded json object
Hi! You can use strlen(pPktOut) to get the length of the JSON. Petri alberto cirillo <
unread,
Re: [jansson-users] Re: How to know size in bytes of encoded json object
Hi! You can use strlen(pPktOut) to get the length of the JSON. Petri alberto cirillo <
7/5/20
Petri Lehtinen
5/7/20
Jansson 2.13 released
Jansson 2.13 has been released. Changes: * New Features: - Add `jansson_version_str()` and `
unread,
Jansson 2.13 released
Jansson 2.13 has been released. Changes: * New Features: - Add `jansson_version_str()` and `
5/7/20
Alexandre Buisson
4/6/20
Is there a date planned for the next release v2.13 or higher ?
Hi, I would like to know if there a date for the nex release ? Alex.
unread,
Is there a date planned for the next release v2.13 or higher ?
Hi, I would like to know if there a date for the nex release ? Alex.
4/6/20
Albert Chu
3/6/20
How to handle potential for double frees on errors
For a long time we have been programming code like this whenever we have used a "set_new"
unread,
How to handle potential for double frees on errors
For a long time we have been programming code like this whenever we have used a "set_new"
3/6/20
Jan Karlo Camero
,
Graeme Smecher
3
1/29/20
How to update contents of an array and updating a JSON file?
Perfect! I now understand thank you. The fix worked and I used valgrind with no resulting errors.
unread,
How to update contents of an array and updating a JSON file?
Perfect! I now understand thank you. The fix worked and I used valgrind with no resulting errors.
1/29/20
Rakesh K R
,
Graeme Smecher
2
12/10/19
Memory issue with json-c
Hi Rakesh, Thanks for including code, and props for using Valgrind -- however, this is too much code
unread,
Memory issue with json-c
Hi Rakesh, Thanks for including code, and props for using Valgrind -- however, this is too much code
12/10/19
online web-design
2
11/29/19
is this real, or just another advertise for a mediaserver software?
see this issue for example: https://github.com/cernekee/ics-openconnect/issues/30 On Friday, November
unread,
is this real, or just another advertise for a mediaserver software?
see this issue for example: https://github.com/cernekee/ics-openconnect/issues/30 On Friday, November
11/29/19
Moz Le
2
11/6/19
Minor tweaks to get a clean compile in C++
Ok, the smallest sample code I have makes clang MemorySanitizer unhappy. I'm not sure how to fix
unread,
Minor tweaks to get a clean compile in C++
Ok, the smallest sample code I have makes clang MemorySanitizer unhappy. I'm not sure how to fix
11/6/19
Dale Preston
2
9/29/19
Dependency file .deps/dump.Tpo not found
I downloaded jansson 2.11 and went through the same steps. I was able to build and install 2.11
unread,
Dependency file .deps/dump.Tpo not found
I downloaded jansson 2.11 and went through the same steps. I was able to build and install 2.11
9/29/19
Ertan Küçükoglu
,
Graeme Smecher
4
9/3/19
Flags for enabling JSON_INTEGER_IS_LONG_LONG
Hi Ertan, We're straying a little bit out of the scope of this mailing list. Here are some ideas,
unread,
Flags for enabling JSON_INTEGER_IS_LONG_LONG
Hi Ertan, We're straying a little bit out of the scope of this mailing list. Here are some ideas,
9/3/19
yuelong zhang
, …
Graeme Smecher
9
5/19/19
get the element value of the array
you're right,i will post a complete example next time 在 2019年5月17日星期五 UTC+8下午11:33:29,Graeme
unread,
get the element value of the array
you're right,i will post a complete example next time 在 2019年5月17日星期五 UTC+8下午11:33:29,Graeme
5/19/19
spd...@gmail.com
,
Graeme Smecher
3
4/17/19
Issue #473: json_unpack() return an incorrect int value
Hi Graeme, Thanks so much! You're right, the docs indicate to use 'bool' instead of '
unread,
Issue #473: json_unpack() return an incorrect int value
Hi Graeme, Thanks so much! You're right, the docs indicate to use 'bool' instead of '
4/17/19
Александр Гладун
2
3/29/19
Jansson 2.4, json_dumps, VC10, I can not clear the allocated memory
https://groups.google.com/forum/#!topic/jansson-users/_hNGEZAwXjM - it`s work
unread,
Jansson 2.4, json_dumps, VC10, I can not clear the allocated memory
https://groups.google.com/forum/#!topic/jansson-users/_hNGEZAwXjM - it`s work
3/29/19