An open API service indexing awesome lists of open source software.

https://github.com/redstonecraftgg/json-escape

An unicode escape sequence encoder/decoder for JSON file. Compatible with Minecraft Bedrock JSON UI.
https://github.com/redstonecraftgg/json-escape

Last synced: 2 months ago
JSON representation

An unicode escape sequence encoder/decoder for JSON file. Compatible with Minecraft Bedrock JSON UI.

Awesome Lists containing this project

README

        

# JSON-Escape
A Unicode escape sequence encoder/decoder for JSON files. Compatible with Minecraft Bedrock JSON UI.

# Usage

## Python

```bash
py main.py
```

Example

```bash
py main.py encode file_name.json output_name.json
```

## GoLang

```bash
go run main.go -m -i -o
```

Example

```bash
go run main.go -m e -i file_name.json -o output_name.json
```

Known Issue (GoLang only): During encoding or decoding, the JSON data will be sorted alphabetically. However, all functions will remain fully operational.

## HTML (Web)

Simply open the HTML file in your browser.