Alexander Tsybulsky
Alexander Tsybulsky
Hmmm, didn't try this. Not sure what to suggest, I'm not an expert in ASE :(
Do you mean without filter ? https://github.com/sbcgua/ajson#predefined-filters Also: - structures/arrays should be ok - but values are not. Is `false` empty ? Or `null` ? Or `0`. I think not...
Hi @jhallam3 , thanks for the suggestion. But I'd like to avoid so direct patch. It is not very good style to change original files and also direct chown may...
after optimization in #89 ``` PARSE_PLAIN_OBJ rounds: 1000 result: 0.2931330 PARSE_DEEP_OBJ rounds: 1000 result: 0.2171430 PARSE_ARRAY rounds: 1000 result: 0.5031820 PARSE_LONG_ARRAY rounds: 5 result: 6.3871630 PARSE_COMPLEX rounds: 5 result: 4.4010290...
> make node type a char1 Does not give any improvement, In opposite - it's slightly slower. Not sure I understand why. But seems that abap string comparison is efficient...
As a followup after #9, could I kindly ask you to add some docs for the content of #9 when you have some time ? The features are cool but...
Indeed. Thanks for pointing out. I'll try to have a look when I have time, but a PR from your side is always welcomed :)
why not, but I'd care about readability and performance - they make sense in some of places. Especially keeping the 702 compatibility ... speaking of which ... maybe it is...
It is an appended structure (sorry, maybe I used incorrect terminology). So the feature is super old :)  The ZEDE_*** structure is in repo, the ZINT_* is "custom", for...
We are diving into the implementation too much :) The essence is that the structure (whatever it is and it's purpose) is enhanceable and is a part of repo. While...