From e9586f6ad3fe6af887207177569866d55443a5e2 Mon Sep 17 00:00:00 2001 From: Derek Zen Date: Mon, 15 Dec 2025 13:46:18 -0800 Subject: [PATCH] Add Text Decode + JSON Format --- repository/t.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/t.json b/repository/t.json index 5d1513e9806..5d387e27aa7 100755 --- a/repository/t.json +++ b/repository/t.json @@ -989,6 +989,17 @@ } ] }, + { + "name": "Text Decode + JSON Format", + "details": "https://github.com/callzhang/Text-Decode-JSON-Format", + "labels": ["decode", "json", "utilities"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "Text Highlighter", "labels": ["highlight", "highlighter", "text"],