go2json
AST converter
Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages.
Golang transpiler: Go AST→JSON→Haxe→?
5 stars
9 watching
2 forks
Language: JavaScript
last commit: about 4 years ago golanghaxejsontranspiler
Related projects:
Repository | Description | Stars |
---|---|---|
asty-org/asty | Tool for converting Go source code AST to JSON and back to AST | 81 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
m-zajac/json2go | Tool for generating Go type representations from JSON inputs | 132 |
reconfigureio/goblin | A tool that converts Go AST nodes to JSON data | 42 |
yuroyoro/goast-viewer | Visualizer tool for Golang Abstract Syntax Trees (ASTs) | 769 |
mmadfox/go-geojson2h3 | Utilities for converting between GeoJSON objects and H3 hexagon indexes | 4 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
qntfy/kazaam | A JSON transformation library for Go | 282 |
josa42/coc-go | Go language server extension for enhanced code completion and editing features in vim/neovim | 567 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
nikolaydubina/htmljson | A Go library for rendering JSON data into customizable HTML pages | 7 |
andygeiss/esp32-transpiler | Transpiles Golang code into Arduino-compatible code for automated testing of IoT projects | 87 |
hjson/hjson-go | A Go implementation of a lightweight, comment-based JSON alternative | 331 |
gobblejs/gobble-es6-transpiler | Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |