XBRL Framework Wiki
Brought to you by:
mapsilva
XBRL parser converts native XBRL file from XML to JSON format, which is available on https://xbrlframework.herokuapp.com/.
This parser has followed the xBRL-Json specification: http://www.xbrl.org/Specification/xbrl-json/CR-2017-05-02/xbrl-json-CR-2017-05-02.html.
For developers:
Front-End: Angular 1.5.7;
Back-End: Java 8;
IDE: Spring-Boot 3.9.
Database: There is no needs of database in this release, all format conversion is done in memory (without data persistence).
Some issues:
Front-End processing when XBRL instance size is big. Even though backend responses is done in milliseconds or few seconds, the Angular-based front-end runtime has been lazy.
Source code of XBRL Parser: https://github.com/marcioalexandre/XbrlParser/