Json parsing with iRules
Everyone should have written a JSON parser once in his life, here is mine.
JSON is now the format of choice for most APIs. It's time we were able to parse JSON with F5 iRules too, as simple string matching is not always good enough. That's why I wrote a simple JSON parser f...
Published Apr 24, 2024
Version 1.0Juergen_Mang
MVP
Joined July 03, 2020
Nikoolayy1
MVP
Aug 04, 2025It seems great for extracting JWT or opaque token from OAUTH claim response as match generated key with the IP address that requested it for security.