Questions tagged [canjs]

CanJS is an MVC/MVVM library for JavaScript with modern features like live-binding and computed values.

CanJS is an open source JavaScript MVC framework for professional JavaScript developers who need advanced capabilities in an easy-to-use package.

CanJS emphasizes writing quality code that results in maintainable, fast applications. It includes templates with two-way binding, observables that connect to a RESTful JSON interface, and routing/deep linking support.

Links

Asking a question

  • Link to documentation where possible
  • Reduce the problem to the smallest working example
  • Create a JSFiddle or clone this basic one to show functional code

Answering a question

  • If documentation exists on CanJS.com, link to it
  • If documentation does not answer the question, open a new CanJS issue with the Documentation label and link to the question
  • If the question identifies a bug:

CanJS is primarily developed by Bitovi for use in real-world projects.

226 questions
-1
votes
1 answer

Loading a Json Object into javascript then using fields

I am new to javascript and I have loaded in a json object onto my site using canJS. The json is pretty long (>1000) lines and a fairly complex nested structure. Is there a way to load in the object so I can access the fields and subobjects? I load…
ford prefect
  • 7,096
  • 11
  • 56
  • 83
1 2 3
15
16