avk959 / LGenerics

Generic algorithms and data structures for Lazarus/Free Pascal
Apache License 2.0
111 stars 16 forks source link

JSON code - compat with Lazarus TJsonConfig #6

Closed Alexey-T closed 2 years ago

Alexey-T commented 2 years ago

I cannot yet try your json code in CudaText because I have too many code for TJsonConfig, hard to edit it all. But if you give some 'compat layer' for it, I will try it. I can change type "TJsonConfig" in all places to other, but I don't want to edit code.

avk959 commented 2 years ago

I hope you don't need unicodestring support?

Alexey-T commented 2 years ago

For this line in config I have 1 unicode char

  "nonword_chars": "-+*=/\\()[]{}<>\"'.,:;~?!@#$%^&|`…",
avk959 commented 2 years ago

If you're still wondering, there's now a new lgJsonCfg unit.

Alexey-T commented 2 years ago

Great!