-
```
I have a rather big JSON string to parse, and decided to make some tests with
varying amounts of data. For all my tests the native JSON class is from 8.5 to
12 times faster than the TinyJSON cla…
-
# Problem solved by the feature
The requested feature addresses the common scenario where JSON data is embedded within non-JSON text, such as log messages, API responses, or concatenated strings. Curr…
-
**Is your feature request related to a problem? Please describe.**
The problem: there is a massive array of objects, and it is very, very large, I want to be able to parse this array in parts, obje…
polRk updated
1 month ago
-
I tried to build one of my projects with Redub and got this error:
```
object.Exception@source/redub/parsers/json.d(86): preGenerateCommand 'n "$${DUB_EXE}" \n --arch="$$(echo "$$DUB_ARCH" | sed…
-
**Describe the bug**
Rightly or wrongly, the compile_commands.json file is being created with both unix forward slash, and escaped windows backward slash.
if you tell me that the bug is further upch…
-
Please fix mod's datapack recipes and loot tables as minecraft logs errors when trying to parse and process them.
Upd 1
It causes not only errors in logs but also error when connecting to server.
…
-
As seen in the screenshot, the UI is not properly detecting urls and renders everything as one big link. However, looking at the error message (`No Patient resources processed from bulk data export.`)…
-
```
I have a rather big JSON string to parse, and decided to make some tests with
varying amounts of data. For all my tests the native JSON class is from 8.5 to
12 times faster than the TinyJSON cla…
-
Hello,
I want to ask about JSON parsing mechanism in Baker,
which part of the code (or which files) that does this feature?
Thank you very much!
-
With the basic syntax of `curlie -v POST {addr}/greeting name=Nick is_cool=true` i think it would make sense that it is possible to use basic types data types i.e. string, number, boolean, null
As …