EOSIO / eosio.cdt

EOSIO.CDT (Contract Development Toolkit) is a suite of tools used to build EOSIO contracts
http://eosio.github.io/eosio.cdt
MIT License
511 stars 288 forks source link

Modify input format for struct, map and pair in docs and tests #1267

Closed plroblox closed 2 years ago

plroblox commented 2 years ago

Change Description

Make map,pair have conforming JSON inputs and use shortcut inputs for struct,map,pair, changes are in docs/ and toolchain/ only

API Changes

Documentation Additions

plroblox commented 2 years ago

Good idea, the title is updated, thanks!