Coder Social home page Coder Social logo

Comments (2)

fangq avatar fangq commented on May 22, 2024

@jayendra13, I apologize for the delay. I was out of town for a conference last week and did not get chance to write a detailed reply.

This compatibility issue is known. As described in Issue #6 and this README section

https://github.com/fangq/jsonlab/blob/master/README.txt#L366-L368

jsonlab utilizes an unofficial N-D array syntax to store complex arrays. This was originally proposed in this ubjson mailing list, but the upstream author of the specs had no interest to adopt

https://groups.google.com/forum/#!msg/universal-binary-json/tgMCEbOmhes/s7JlCl58hvQJ

Basically, in this extended syntax, the array dimension grammar (#) in UBJSON can be followed by an array object [[] ... []]. If this is detected, jsonlab will treat it as N-D array and reshape the 1D data stream into N-D based on the specified dimensions.

I felt that this extended syntax is extremely convenient when storing N-D arrays especially in matlab. This syntax also allows one to pre-allocate the array before reading an N-D array. If one has to do it with UBJSON Draft 9-12, he/she has to encapsulate each inner loop segment of an array using embedded array grammar. This is very inconvenient and hard to process.

I don't have a time table to fix the above Issue #6 because, in my opinion, the unofficial N-D array syntax in jsonlab is way more convenient for arrays of 2D or higher dimensions.

from jsonlab.

fangq avatar fangq commented on May 22, 2024

Duplicate of #6

from jsonlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.