Petri Lehtinen
Petri Lehtinen
Jansson should work with any locale. What error did you get?
Currently this is not possible. Inside an object, a key may be specified as `s?`, and nothing is unpacked if the key doesn't exist in the object.
In my opinion using `malloc` is OK. Another option would be to use a user-supplied buffer, but it's somewhat harder to use. I'll add diff comments next.
Hmm. Even I didn't remember very well, then :) But if the `column` already is characters and the console supports UTF-8, should you just print an arrow whose length is...
What's the status of this? IIRC there were some problems with characters vs. bytes which are not very easy to get right, am I correct?
Ok, no hurry. cargo looks cool :)
Sounds good. A few notes: You would also need to add a function to extract the original string representation for integers and reals. Storing the string representation should be optional,...
>I'm afraid this is not possible since `json_t` objects are mutable by design. Changing the value of a `json_t` object with the `json_*_set` family of functions may need to reallocate...
Enabling HTTPS has actually been on my todo list for a while. The hosting of digip.org is not entirely in my own hands, but I'll see what I can do.