abrignoni / ALEAPP

Android Logs Events And Protobuf Parser
MIT License
463 stars 97 forks source link

Filter content with valid JSON #489

Closed patrickdalla closed 1 month ago

patrickdalla commented 1 month ago

Found a database where many rows of the db were with the value of content field equals to 'placehoder'. No row was returned by the original SQL with a error message of invalid JSON. Filtering for only rows with valid json on content field returned some values.