# Function: importPixiVNJson() (/jsdoc/pixi-vn-json/index/functions/importPixiVNJson)



\> **importPixiVNJson**(`values`, `options?`): `Promise`\<`void`>

Defined in: [src/interpreter/importer.ts:14](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/interpreter/importer.ts#L14)

Import a Pixi'VN JSON to the system.
This feature was created to give other developers the ability to create tools that can generate Pixi'VN labels or that generate Pixi'VN after extracting information from a programming language designed for writing narratives.

## Parameters [#parameters]

### values [#values]

`string` | [`PixiVNJson`](/jsdoc/pixi-vn-json/index/interfaces/PixiVNJson) | (`string` | [`PixiVNJson`](/jsdoc/pixi-vn-json/index/interfaces/PixiVNJson))\[]

The Pixi'VN JSON to be imported

### options? [#options]

`LabelJsonOptions` = `{}`

## Returns [#returns]

`Promise`\<`void`>
