avk959 / LGenerics

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

separate package for JSON #5

Closed Alexey-T closed 2 years ago

Alexey-T commented 2 years ago

what do you think, about JSON code is needing to be separate package? it is so general for using. ie I want to use JSON code only and not the rest of the stuff.

avk959 commented 2 years ago

You are probably right, but perhaps it also makes sense to separate graph algorithms, string algorithms into separate packages, perhaps there is something else?

Alexey-T commented 2 years ago

Yes, sounds like graph--strings should be handled too...

avk959 commented 2 years ago

There is, for example, such a problem: TJsonNode uses code from other units, and there is nothing you can do about it.

Alexey-T commented 2 years ago

Ok