Giter VIP home page Giter VIP logo

json-datasets's Introduction

JSON Datasets ๐ŸŒŽ

Example of various datasets in JSON format for different purposes.

Programming languages

1. Programming languages and their keywords

JSON file of programming languages and their keywords. Additionally, it contains a summary and extensions fields. Originally adapted from https://github.com/leighmcculloch/keywords.

File: programming_languages_keywords.json

Structure:

{
    "name": "Rust",
    "version": 1.31,
    "summary": "A programming language that empowers everyone to build reliable and efficient software.",
    "extensions": [
        "rs",
        "rlib"
    ],
    "keywords": [ "trait", "impl", "struct", "pub", "let" ],
    "sources": [
        "https://doc.rust-lang.org/grammar.html#keywords"
    ]
}

Operating systems

1. Mac OS X releases

A data set containing generic information about Mac OS X releases.

File: macosx_releases.json

Structure:

{
    "name": "macOS Ventura",
    "version": "13.0",
    "darwin": "22.1.0",
    "release_date": "2022-10-24",
    "architectures": [
        "x86_64",
        "arm64"
    ]
}

Currencies

1. Current JSON list of all currency symbols

Current JSON list of all currency symbols from the Currency Code Services โ€“ ISO 4217 / Currency & funds code list

File: currencies_medium.json

Structure:

{
    "country_name": "PERU",
    "currency_name": "Sol",
    "currency_iso_code": "PEN",
    "currency_number": "604",
    "currency_mnr_unts": "2"
},

2. Simple current JSON list of currency symbols

Current JSON list of all currency symbols from the Open Exchange Rates API.

File: currencies_simple.json

Structure:

{
    "EUR": "Euro",
    "FJD": "Fijian Dollar",
    "FKP": "Falkland Islands Pound",
    "GBP": "British Pound Sterling",
    "GEL": "Georgian Lari",
},

3. Historic denominations of currencies

Historic denominations of currencies and funds by Currency Code Services โ€“ ISO 4217

File: currencies_historical.json

Structure:

{
    "country_name": "GERMANY",
    "currency_name": "Deutsche Mark",
    "currency_iso_code": "DEM",
    "currency_number": "276",
    "currency_wthdrwl_dt": "2002-03"
},

4. Currency JSON list with symbols

Currency JSON list with symbols per ISO code.

File: currencies_symbols.json

Structure:

{
    "EUR": {
        "symbol": "โ‚ฌ",
        "name": "Euro",
        "symbol_native": "โ‚ฌ",
        "decimal_digits": 2,
        "rounding": 0,
        "iso_code": "EUR",
        "name_plural": "euros"
    },
}

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in current work by you, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.

Feel free to send some Pull request or issue.

License

This work is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

ยฉ 2020-present Jose Quintana

json-datasets's People

Contributors

joseluisq avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  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.