Is related to your other question where you’re parsing a JSON payload?
I think I’d be inclined to use JavaScript. Just need to be a little bit wary with regular expressions. If not crafted well, they can be horribly inefficient.
Is related to your other question where you’re parsing a JSON payload?
I think I’d be inclined to use JavaScript. Just need to be a little bit wary with regular expressions. If not crafted well, they can be horribly inefficient.