https://github.com/williamchong/cbor-json-web
CBOR to JSON Online Converter
https://github.com/williamchong/cbor-json-web
cbor converter decoder encoder json
Last synced: 23 days ago
JSON representation
CBOR to JSON Online Converter
- Host: GitHub
- URL: https://github.com/williamchong/cbor-json-web
- Owner: williamchong
- Created: 2024-06-27T23:38:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T17:16:12.000Z (3 months ago)
- Last Synced: 2025-06-27T19:47:44.951Z (3 months ago)
- Topics: cbor, converter, decoder, encoder, json
- Language: Vue
- Homepage: https://cbor.williamchong.cloud/
- Size: 855 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CBOR to JSON Online Converter
This tool is an online converter for CBOR (Concise Binary Object Representation) and JSON (JavaScript Object Notation). It allows you to convert data between CBOR and JSON formats.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# yarn
yarn dev
```## Production
Build the application for production:
```bash
# yarn
yarn build
```Locally preview production build:
```bash
# yarn
yarn preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.