Easy_localization: How to access to nested data in json

Created on 5 Oct 2020  路  1Comment  路  Source: aissat/easy_localization

{  
  "Information" : {
      "about": "About"
  }

}

kindly guide how to access a JSON object value like above

Most helpful comment

thanks dear all, i got the solution :)

"Information.about".tr()

>All comments

thanks dear all, i got the solution :)

"Information.about".tr()

Was this page helpful?
0 / 5 - 0 ratings