KeyValueObjectMapping
KeyValueObjectMapping copied to clipboard
Can I track the mapping progress?
Hello! Is there any way to track the progress? Because I have a few megabytes json file, so it's going to take time and I want do draw a progress bar. Thanks.
Hey @Ricardo1980, it's not possible now, but a pull request is welcome!
just an idea: if you are parsing array, return count of parsed items and total count of array :).