Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create module json #66

Closed
4 tasks done
RodrigoDornelles opened this issue Sep 11, 2024 · 0 comments
Closed
4 tasks done

feat: create module json #66

RodrigoDornelles opened this issue Sep 11, 2024 · 0 comments
Labels
difficulty: hard big challenges implementations good first issue good first issue for begginers
Milestone

Comments

@RodrigoDornelles
Copy link
Member

RodrigoDornelles commented Sep 11, 2024

Create a module for json encoding and decoding.

example

local lib_csv = require('src/lib/engine/csv')
local lib_json = require('src/thirdy/qjson/qjson')

zeebo_module.require(std, game, application)
        :package('csv', engine_encoder, lib_csv)
        :package('json', engine_encoder, lib_json)
        :run()
@RodrigoDornelles RodrigoDornelles added the difficulty: hard big challenges implementations label Sep 11, 2024
@RodrigoDornelles RodrigoDornelles modified the milestones: 0.0.6, 0.0.5 Sep 11, 2024
@RodrigoDornelles RodrigoDornelles added the good first issue good first issue for begginers label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: hard big challenges implementations good first issue good first issue for begginers
Projects
None yet
Development

No branches or pull requests

1 participant