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

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

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.