Giter Site home page Giter Site logo

json-to-dart-null-safety's Introduction

JSON to Dart null safety

通过一个 JSON 字符串来生成可以序列化该 JSON 的空安全 Dart代码。

Getting Started

线上使用

您可以点击这里在线上使用。

本地部署

使用了 Nextjs 进行开发,更多命令请查看 https://nextjs.org/

或者您也可以通过 clone 本仓库来进行您的本地部署。

本地部署需要您具有一下环境:

通过一下命令进行本地预览。

git clone https://github.com/KuuBee/json-to-dart-null-safety.git
cd json-to-dart-null-safety
npm i
npm run dev

在您的浏览器打开 http://localhost:3000/jsontodart 来进行预览。

注意事项

  • 对于如下结构的 JSON 是不会进行转换的:
[{ "a": 1 }, { "a": 2 }]
{
  "a":[
    [1,2,3],
    [1,2,3],
    [1,2,3],
  ]
}
  • 如果在使用过程中遇见任何问题,请及时提 issue 好让我及时修复。

json-to-dart-null-safety's People

Contributors

kuubee avatar raphaelarabeyre avatar

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.