Posts

Showing posts with the label View

JsonTV - JsonML concept to create TreeView components

For those that do not know JsonML , this is a little summary. JsonML aim is to use JSON to transport layouts, instead of simple data. Unfortunately, for this purpose the size of the code could be even bigger than regular layout, considering that with a good usage of classes, internal styles, as attributes, are often superfluous. At the same time, there are still several problems with DOM, for its not standard nature, thanks to those browsers that do not respect W3 or generic predefined guidelines. For these reasons, and probably others, JsonML has not been widely adopted, as is for his daddy JSON . An alternative purpose, based on both same concept and grammar A daily common task in web development, is menu, files and directories, or trees creation, that allow us, as users, to organize data in a better, friendly, and easy to manage, way. Removing some intermediate step, and thinking about standard data presentation, with useful information and nothing else, it is possible to use the