Coder Social home page Coder Social logo

grunt-properties-to-json's Issues

Accents encoding

I have a simple file properties:

test = accent éèçéçàç

which is generated into a json file, but the accents are lost as if they were bad encoded
{"test":"accent �������"}

Note : the source file is ISO-8859-1 but the characters are correct in this format

Unescape special chars

Special chars # ! : and = which are escaped with a backslash should be unescaped before written to json.

If use 'splitKeysBy' option, error occurred.

Hi. Thank you for this project.
Anyway, I'm using this library but if I use 'splitKeysBy' option, error is being occurred.

[INFO] Running "propertiesToJSON:main" (propertiesToJSON) task
[INFO] Warning: Cannot assign to read only property 'location' of Search conditions� Use --force to continue.

I added just splitKeysBy: '.' and I don't know what property has problem.
Please check this.
Thank you.

Warning: Arguments to path.join must be strings

I ran into this problem, tried some solutions from SO bu with no luck.

 ❯ grunt propertiesToJSON --force                                                                                                                                    
Running "propertiesToJSON:main" (propertiesToJSON) task
Warning: Arguments to path.join must be strings Used --force, continuing.

Done, but with warnings.

Here's my gruntfile:

module.exports = function(grunt) {
  grunt.initConfig({
    propertiesToJSON: {
      main: {
        src: ['conf/xxx.properties']
      }
    }
  });

  grunt.loadNpmTasks('grunt-properties-to-json');
};

Thank you!

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.