# 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/336c45bc1f677c3b088aac058f0a457afc7cf32e/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`>
