Amit K Gupta

Results 284 comments of Amit K Gupta
trafficstars

We'll have to define some mechanism to meet the condition when to skip/stop.

There is one way to achieve it if we close all the open parent tags as soon as the limit is reached. But it can be buggy. And no doubt...

@savvasmarkstatkus arrayMode was having limitations in v3. There were multiple cases, it was failing to cover. So the feature was present but it was never promoted. It was also conflicting...

Such big data might not be good for a web application. So if it is being used on backend then I'm not sure if this library is really a good...

Okay. To make it working perfectly for big data, we'll have to process streams. It is achievable but it complex the code and impact overall performance. I'm tagging it as...

It's nice to hear. I'm still keeping this issue open so it can be incorporated in future release.

Yes, I hope it'll not be tuff to implement. In validator.js, when we extract attributes name to validate them, we can extract NS to some object. https://github.com/NaturalIntelligence/fast-xml-parser/blob/0f1443afb01fbf6b122616e8b1e118d05af342ba/src/validator.js#L80 We're already stacking...

This is working fine for me ```json { "item": { "title": "Karla Gil, JavaScript programmer", "pubDate": "Wed, 26 Feb 2020 17:32:03 +0000", "guid": { "#text": "3b18d6bce25b79e3f0283cc72c26b8cc", "isPermaLink": "false" }, "link":...

@kylemh The parsed output I shared above is with latest version only.

I love new ideas and features. I'll explore more on that