[go: up one dir, main page]

modifaxe.json

Adds support for the .json format in Modifaxe.
https://github.com/SomeRanDev/modifaxe.JSON

To install, run:

haxelib install modifaxe.json 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

Modifaxe/JSON

Adds support for the .json format in Modifaxe.

   

Installation

First install Modifaxe/JSON:

# install haxelib release
haxelib install modifaxe.json

Next add the library to your .hxml or compile command:

-lib modifaxe

Finally, you can set Modifaxe's default format to .json:

-D modifaxe_default_format=json

Alternatively, you can set the format to .json on a metadata basis:

@:modifaxe(Format=Json)
function getWindowSize() {
	return 800;
}
Contributors
SomeRanDev
Version
1.0.0
Published
2 years ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub