-
Library name: nimnjs-node
Library description: JS implementation of [nimn](https://nimndata.github.io/nimnjs-node/) data format. 60% or more compressed than JSON. 40% or more compressed than msgpack
…
-
Currently implemented algorithm to encode JS object into nimn data format and decode it back, are slower than JSON stringify and parse methods.
As a part of this issue we've to improve their perfor…
-
Hello,
### Issue details
When I try to add a Le Monde Diplomatique article, it's only downloading free part of article. I have LMD credentials (domain : monde-diplomatique.fr) in my options.
…
-
> This feature is reserved for first-timers-only or new contributors for starting first week if not claimed.
Fast XML Parser is accessible directly from CLI once it is globally installed.
```bas…
-
Imglab currently save data in json format. The size of project file can be reduced by 66% if it uses [निम्न (nimn)](https://github.com/nimndata/nimnjs-node) format.
-
Nimn encoder encodes JS object in to nimn data string. Decoder decodes them back to JS object.
**Encoder**:
As a part of this issue if encoder finds any char specified in nimn schema it should be …
-
Hi friend,
Thank you for the great application and do not know what is the feature import data file? what if It contains the annotations of image? If it true, what is the format?
Thanks!
-
> This is just a proposal. And not necessary to be implemented
Java supports following data types
1. Primitive values : int, string, float, String;
2. Object : key value pair where the keys are…
-
nimn js use simplified object structure to defined the schema of an object;
```js
var schema = [{
"name" : "string" ,
"age" : "number" ,
"registered" : "boolean" ,
…
-
> This issue is raised for developers who are just starting with open source development. So please refrain yourself if you're experienced.
As title says, show the length of json data (left most te…