1.1.2 • Published 2 years ago

pb-text-format-to-json v1.1.2

Weekly downloads
5
License
ISC
Repository
github
Last release
2 years ago

pb-text-format-to-json

Protobuf Text Format to JSON parser.

For example, parses Google font's METADATA.pb to JSON.

import { parse } from "pb-text-format-to-json";
import fs from "fs";

const input = fs.readFileSync("path/to/pb", "utf-8");
const output = parse(input);

Derived from protobuf-textformat.

1.1.2

2 years ago

1.1.1

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago