Skip to content

bombark/TiObj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiObj

TiObj is a lightweight data-interchange format based in the format JSON and QML.

- TiObj has a especific field for the class of the object and it enables subclasses.
- TiObj has a box of objects for easily way of search based in SQL.
- TiObj has a simple sintax.



Figura mostrado o objeto(atributos, caixa);

The Box enables easily way of search. For example
tiobj.select("Page");
Here the select will return all objects of the class Page.

tiobj.select("Page","name=page1");
Here the select will return all objects of the class Page and that has the name equal to "page1".

Shimmer

Usage

Installation

How it works

Contributing

See the CONTRIBUTING file for how to help out.