abrignoni / ALEAPP

Android Logs Events And Protobuf Parser
MIT License
528 stars 113 forks source link

Filter content with valid JSON #489

Closed patrickdalla closed 6 months ago

patrickdalla commented 6 months 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.