evidentlyai / evidently

Evidently is ​​an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.
https://www.evidentlyai.com/evidently-oss
Apache License 2.0
5.46k stars 603 forks source link

Add a new `IsValidJSON()` descriptor to Evidently #1316

Closed elenasamuylova closed 1 month ago

elenasamuylova commented 2 months ago

About Hacktoberfest contributions: https://github.com/evidentlyai/evidently/wiki/Hacktoberfest-2024

Description

Add the IsValidJSON() descriptor that checks whether the text in a specified column is a valid JSON object. It returns True if the text can be parsed as valid JSON and False if it cannot.

gagan-bhullar-tech commented 1 month ago

@elenasamuylova Created PR. Please review.