Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Southclaws/pawn-yaml

Repository files navigation

pawn-yaml

GitHub

This package provides an API for parsing from and serialising to yaml.

Installation

Simply install to your project:

sampctl package install Southclaws/pawn-yaml

Include in your code and begin using the library:

#include <yaml>

Usage

It has the same API as pawn-json so just read those docs and imagine every instance of "json" replaced with "yaml".