Skip to content

Irwin1985/yeison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

yeison

Yet another JSON parser library for Visual Foxpro 9.0

Introduction

This library is a JSON parser for Visual Foxpro 9.0. It follows the JSON specification rules and it is compatible with the JSON standard.

The tokenizer is handled by the yeison-tokenizer library which is embedded in the yeison.prg file. This way we can leverage the power of MSScriptControl to parse the JSON string so we expect a better performance.

Usage

* Load the library
set procedure to "yeison.prg" additive

* Parse a JSON string
local loJson
loJson = yeison.parse('{"name":"John","age":30,"cars":["Ford","BMW","Fiat"]}')

About

Yet another JSON parser library for Visual Foxpro 9.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published