convert aapt2 dump badging to json
npm install aapt2-dump-badging2jsonParses stdout from [AAPT2 Dump] badging to JSON.

Table of contents
- Usage
- Declaration
- Example
- License
``ts`
export declare function badging2Json(dump: string): string;
aapt2 has to be in $PATH.
`ts
import { badging2Json } from 'aapt2-dump-badging2json';
const dump: string = '...';
const json = JSON.parse(badging2Json(dump));
``
[MIT License]
[aapt2 dump]: https://developer.android.com/studio/command-line/aapt2#dump
[mit license]: http://en.wikipedia.org/wiki/MIT_License