rl_json icon indicating copy to clipboard operation
rl_json copied to clipboard

Extends Tcl with a json value type and a command to manipulate json values directly. Similar in spirit to how the dict command manipulates dictionary values, and comparable in speed

Results 11 rl_json issues
Sort by recently updated
recently updated
newest added

Thanks so much for your work on `rl_json`! I tried to use `rl_json` v0.15.1 with Tcl 8.6 and ran into the following linker error: ``` undefined symbol: Tcl_GetBytesFromObj ``` I...

Error when trying to configure/compile on macos (here Sonoma 14.4): ``` autoconf configure.ac:246: warning: AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS ``` Compilation fails: ``` ... -c `echo /opt/projects/prs/g480/src/rl_json-0.15.1/generic/parser.c` -o parser.o...

Hi all, I cannot compile rl_json with mingw under Fedora. There is no file named "endian.h". ``` dnf whatprovides */endian.h |grep mingw mingw32-boost-1.78.0-4.fc38.noarch : MinGW Windows Boost C++ library for...

It seems like configure is missing It could just be me, but all instructions that I've found refer to running configure first. e.g., ./configure && make test && sudo make...

There is still no way to build the extension on windows. I am rather unsuccessful in doing so with the latest master revision.

I'm starting using rl_json a lot and find it quiet useful for Tcl, as it allows typed string representation to Tcl easily and efficiently. However, I have now a lot...

Fixes broken nmake builds wrt TIP445 as well as some VC++ issues. Passes all tests except failures in memory.test due to an inability to measure memory usage on Windows. In...

I have run into a few situations where it would be very helpful to allow executing of a command rather than substitution of a variable when running a template (with...

Hi all, The code does not compile under gcc 14.1.1 (Fedora 40): ``` ./generic/cbor.c: In function ?cbor_matches?: ./generic/cbor.c:713:113: ??????: passing argument 3 of ?tclStubsPtr->tcl_GetBytesFromObj? from incompatible pointer type [-Wincompatible-pointer-types] 713...