diff --git a/README.md b/README.md index d669f20..d5a5168 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSON Visualiser +# DevLab A sophisticated, TypeScript-powered tool designed to parse JSON data and visualise **JSONPath** queries with precision. This tool allows developers to navigate complex data structures, highlight specific fields, and extract data efficiently. diff --git a/index.html b/index.html index e42e8cb..040d1b8 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - JSON Visualiser + DevLab
diff --git a/src/layout/hero-layout/index.tsx b/src/layout/hero-layout/index.tsx index 5f92388..4cd0c46 100644 --- a/src/layout/hero-layout/index.tsx +++ b/src/layout/hero-layout/index.tsx @@ -17,7 +17,7 @@ export default function HeroLayout() {

- JSON Visualiser + DevLab